Is it possible to create stacked column charts as given in the image below in sencha touch? If yes can somebody give a sample code for the same
Attachment 37502
Printable View
Is it possible to create stacked column charts as given in the image below in sencha touch? If yes can somebody give a sample code for the same
Attachment 37502
Try with this
Code:series: [{ type: 'column',
xField: 'name',
yField: ['data1', 'data2', 'data3'],
stacked: 'true',
axis: 'bottom',
highlight: true,
showInLegend: true
}]
Thanks a lot,
I was able to create the stacked column chart
maxycini,
Can you please share the working code with me?
Thanks
Sorry it was my mistake, when i applied the changes i saw the change in the graph and assumed its working. But when i observed in details the starcked bar chart was not coming.
I feel as of now there is no way of creating a stacked bar chart in sencha.