This is a migrated thread and some comments may be shown as answers.

Canvas vs SVG

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Felickz
Top achievements
Rank 2
Felickz asked on 29 Mar 2012, 06:34 PM
Do you have any plans for canvas based visualization components? 

Infragistics is demoing html5 canvas based charts with 500,000 data points where you can zoom in on specific points.  Just wondering if a similar story exists for SVG, performance wise does this translate?  Did you do any published analysis on this?

In the past, the recommended LOB path would have been a plugin (silverlight) to show this amount of data.  Now that this is available with a canvas it is tempting for LOB applications.

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 30 Mar 2012, 02:20 PM
Hi,

Even iterating over 500,000 points will bring the browser down, so it comes down to clever data handling. There's no need to render invisible points or points that occupy the same pixels. In other words, SVG is not the limiting factor in this scenario. Using a Canvas has its advantages, but its stateless nature is a major drawback, especially for interactive features. 

This feature is important and we are looking forward to implement in Kendo. Stay tuned for the Q2 roadmap.

Kind regards,

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!
Tags
General Discussions
Asked by
Felickz
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Share this question
or