Hi,
Is it possible to refresh the chart with added data without the whole thing redrawing? So it looks like the upper chart in this fiddle rather than the lower one.
http://jsfiddle.net/GilesBradshaw/uJdZx/67/
Is it possible to refresh the chart with added data without the whole thing redrawing? So it looks like the upper chart in this fiddle rather than the lower one.
http://jsfiddle.net/GilesBradshaw/uJdZx/67/
4 Answers, 1 is accepted
0

giles
Top achievements
Rank 1
answered on 22 Feb 2012, 05:04 PM
Obviously just refreshing it instantly rather than the slow redraw would do
0
Accepted
Hello,
Tsvetomir Tsonev
the Telerik team
Try turning transitions off before updating - http://jsfiddle.net/uJdZx/69/
An API for adding/manipulating points is on our plans, but it is not available yet.
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Hi,
Tsvetomir Tsonev
the Telerik team
I forgot to mention that you can emulate a date time axis to some extent by using a scatter chart. See here.
Greetings,Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

giles
Top achievements
Rank 1
answered on 22 Feb 2012, 05:27 PM
Thank you for speedy response and I will have a look at the scatter chart idea