This has been a long time comming. Screw IE, this is too cool to pass up
Protovis is a visualization toolkit for JavaScript usingthe canvaselement. It takes a graphical approach to data visualization, composingcustom views of data with simple graphical primitiveslike bars and dots.These primitives are called marks, and each mark encodes data visuallythrough dynamic properties such as color and position.
Comments are closed.