html5 - Animated/interactive graphs: SVG, Canvas or neither? -


I am developing a scene in the form of graph with edges that can be curved and different in color and thickness You can. The nodes on the graph have an image and some text. The graph is animated and interactive (you can click and move nodes) and use force-guided layout.

I want to support a large portion of the smartphone browser as well as any modern browser on the Android and iPhone devices on the desktop.

Is it possible to create such visibility without using canvas or SVG?

If I have to use one, then would be a better option?

It is possible to do this with both technologies, but you should keep in mind that they have different Is approach
I recommend you use the canvas (there are so many good lbs) because Android 2.x does not support SVG: (

Comments