Visualization For JavaScript Via Canvas: Protovis
12
Apr
Protovis is a JavaScript library for visualizing data using the canvas element.
Custom views of data can be composed with simple graphical primitives like bars and dots. These primitives are called marks, and each mark encodes data visually through dynamic properties such as color and position.
Although Protovis looks complicated, it is very easy to understand (specially for JavaScript users) & has a straight forward logic which offers a flexible way to create any type of visualizations.
To see more, you can check the API documentation (very well-documented) & examples built with it.
Website: http://vis.stanford.edu/protovis/
Demo: http://vis.stanford.edu/protovis/ex/
Download: http://code.google.com/p/protovis-js/downloads/list
Demo: http://vis.stanford.edu/protovis/ex/
Download: http://code.google.com/p/protovis-js/downloads/list
- Tags:
Canvas Javascript
- Filed under: BSD License, Charts, Goodies
- 2 Comments























2 Responses for "Visualization For JavaScript Via Canvas: Protovis"
it seems not work on IE.
Webpage error details
Message: Expected identifier, string or number
Line: 1
Char: 30000
Code: 0
URI: http://vis.stanford.edu/protovis/protovis.js
[...] Vía: http://www.webresourcesdepot.com [...]