Raphael.js - vector graphics on the web
I found very interesting library for including vertex graphics into websites (eg for charts).
It uses SVG in newer browsers and VML in old IE so it works even in IE6. Graphics are DOM objects so after drawing they can be accessed by other JavaScript (event handlers).
There is also plugin explicitly for charts:
http://g.raphaeljs.com/
Want to learn more?
Sign up to get a digest of my articles and interesting links via email every month.