8 Answers, 1 is accepted
Partially refreshing the Chart widgets is not supported. In order to display new data the whole widget should be redrawn.
Regards,
Alexander Popov
Telerik
Thanks for the info.. however I too would like to see the graphs updated without redrawing the whole thing.. In my app I can receive graph updates every second - redrawing the entire chart is a not an option.
(think stock price chart)
Can we get this added via feature request? At the moment several other (free) libraries can handle this kind of refreshing. ChartJS is one. I believe Highcharts can as well.
Example of refreshing: http://i.imgur.com/Mm2CuSP.gifv
I would encourage you to submit this as a feature request on our feedback portal. This would allow the idea to be publicly evaluated and voted for.
Meanwhile, you could disable the Chart's transitions, thus making the redrawing process smoother.
Regards,
Alexander Popov
Telerik
Quick question again -
disabling transitions fixed the full redraw issue, however tooltips are not working correctly.
It seems the graph refreshing breaks the tooltip's mouseover or hover
Here is another gif showing the issue: http://i.imgur.com/BE1IkKw.gifv
Is there a way to update the chart without causing the tooltip to flash and break?
I am afraid there is no good workaround that we can recommend for dealing with this side effect of the widget's refreshing.
Regards,
Alexander Popov
Telerik