Threaded View
-
20 Feb 2013 3:18 AM #1
Unanswered: candle stick char
Unanswered: candle stick char
hello,
i have a problem in candlestick chart example that i want to add on runtime more values to be displayed on the chart
i tried to add values to the chart store but it can not be displayed,the chart still as what is displayed on the first display.
this is what i did
Ext.getStore('Apple').add({date:1340953200000,open: 570.96,high: 587.89,low: 570.37,close: 585.78,volume:15729000,adjClose: 585.78});
also i tried to load the store and redraw the chart
Ext.getStore('Apple').load();
Ext.getCmp('mainChart').redraw();
but nothing happened
Ext.getStore('Apple').load();
Ext.getCmp('mainChart').redraw();
please help
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote