Reputation: 8745
I am facing issue in reloading the data of Kendo Stock Chart.
$('#<chartId>').data('kendoStockChart').dataSource.data(<newData>)
Reloading the chart data using the above statement doesn't work as in the JSBin link below:
Kendo Stockchart example showing the issue
Click on "Refresh chart" button below the chart in this example and notice the series in the top chart disappear.
I tried this on other charts (Pie/Line) and reloading data works fine.
Is there any other way to reload this chart that works?
Upvotes: 0
Views: 1373
Reputation: 20193
Actually the chart is rebound / redrawn successfully but the navigator limits are playing a bad joke with you.
Check this fiddle without using them.
Upvotes: 1