Live data from Hacker News

Protovis - a graphical data visualization framework using JavaScript and SVG

vis.stanford.edu

1–10 of 23 posts

Re: Protovis - a graphical data visualization framework using JavaScript and SVG

#4
I 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

#7
I'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

#8
post #6

See 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

#10
post #6

See 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.
Post reply on HN