Threaded View
-
25 Sep 2012 9:14 AM #1
Unanswered: Toolbar does not show up
Unanswered: Toolbar does not show up
Hello
How to make the toolbar showup for the chart? Am I doing something wrong in the code below?
Code:chart = Ext.chart.Chart({ width: 500, height: 300, animate: true, store: store, toolbar: { position: 'top' }, legend: { position: { portrait: 'bottom', landscape: 'left' }, dock: true }, interactions: ['rotate', 'reset', 'piegrouping'], series: series //series comes here.... });
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote