Threaded 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 }]
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote