|
|
|
|
|
by pygy_
5639 days ago
|
|
RaphaelJS offers the advantages of SVG with an IE fallback. It's a Javascript library that outputs VML in IE6+ and SVG everywhere else. The graphs can be manipulated in JS after their creation to create animations. http://raphaeljs.com/ |
|
If you have reasonably simple needs or can adapt an existing Raphael demo, go for it. For my own projects, I don’t think it’s worth it, but YMMV.
Protovis is a much more exciting SVG framework.