Protovis - a graphical data visualization framework using JavaScript and SVG
1–10 of 23 posts
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#2This library just pushed JavaScript to the top of the "to learn for real" list for me. It looks like a great tool.
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#3This library just pushed JavaScript to the top of the "to learn for real" list for me. It looks like a great tool.
You might also want to checkout another supercool JS visualization framework - http://thejit.org
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#4I would love to be able to use Protovis but as an SVG-only toolkit it is not very practical if you have to provide a good experience to MSIE 7 & 8 users - see http://multimedia.journalism.berkeley.edu/tutorials/protovis...
(Yeah, I know, if they wanted a good experience why would they use IE7? But I think we have to live with IE8 for a good while.)
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#5I've been working with Protovis for about 9 months now and it is a pleasure. It took a while to get my head around its data model, but once you do it is incredibly powerful. (IE is not an issue in my environments)
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#6See also d3, a newer visualization framework from the same primary author. Similar to protovis but with a greater focus on updating and animation.
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#7I'm looking through the source, specifically the jsDoc comments. Does anybody know what "[v]" means in this context:
* @param {function} f function to execute on each value in the array.
* @param [v] object to use as the first argument to the first call of
As I understand it, the parameter type is specified with curly brackets, like, "{function}" in the line above.Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#8See also d3, a newer visualization framework from the same primary author. Similar to protovis but with a greater focus on updating and animation. http://mbostock.github.com/d3/
Thanks! But I can't find which browsers it supports, or which features it supports per browser.
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#9Can anyone suggest a JS library that allows u to plot semilog graphs and log log graphs please... Do any of the above support it? At least it is not shown in the galleries...
Re: Protovis - a graphical data visualization framework using JavaScript and SVG
#10See also d3, a newer visualization framework from the same primary author. Similar to protovis but with a greater focus on updating and animation. http://mbostock.github.com/d3/
Awesome, thanks for posting. I didn't know about this lib.