Hybrid View
-
26 Jul 2012 3:34 AM #1
Answered: Stacked bar charts in sencha
Answered: Stacked bar charts in sencha
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
stacked_bar_chart.png
-
Best Answer Posted by Naga
Try with this
Code:series: [{ type: 'column', xField: 'name', yField: ['data1', 'data2', 'data3'], stacked: 'true', axis: 'bottom', highlight: true, showInLegend: true }]
-
27 Jul 2012 1:39 AM #2
Try with this
Code:series: [{ type: 'column', xField: 'name', yField: ['data1', 'data2', 'data3'], stacked: 'true', axis: 'bottom', highlight: true, showInLegend: true }]
-
30 Jul 2012 3:30 AM #3
Thanks a lot,
I was able to create the stacked column chart
-
3 Sep 2012 5:21 AM #4
-
10 Oct 2012 2:30 AM #5
-
17 Dec 2012 4:54 AM #6
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.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote