Live data from Hacker News

SVG: The best way to graph quantitative data

developers.simplegeo.com

1–10 of 17 posts

Re: SVG: The best way to graph quantitative data

#4
Click on our website:

====== ( http://j.mp/hDhf5G )====

====== ( http://j.mp/hDhf5G )====

Christan Audigier bikini $23

Ed Hardy Bikini $23

Smful short_t-shirt_woman $15

ed hardy short_tank_woman $16

Sandal $32

christian louboutin $80

Sunglass $15

COACH_Necklace $27

handbag $33

AF tank woman $17

puma slipper woman $30

====== ( http://j.mp/hDhf5G )====

====== ( http://j.mp/hDhf5G )==== ----- ~ ¤ ╭⌒╮ ╭⌒╮ ╭⌒╭⌒╮╭⌒╮~╭⌒╮ ,)))),'')~~ ,''~) ╱◥█◣ ╱◥█◣ |田|田||田|田|====== ( http://j.mp/hDhf5G )==== ╬╬╬╬╬╬╬╬╬╬╬╬╬╬

Re: SVG: The best way to graph quantitative data

#8
Ironically, Adobe used to be the biggest supporter of SVG... before they purchased Flash. Their svg renderer was by far the best in the field at the time, and supported lots of wonderful features, including great ECMAscript (Javascript), had the ability to build AJAX-like interactions using remote requests, and was fundamentally awesome.

It never made it out of beta and got killed when Flash became Adobe's new sweetheart. Very sad.

Re: SVG: The best way to graph quantitative data

#9
post #2

RaphaelJS offers the advantages of SVG with an IE fallback. It's a Javascript library that outputs VML in IE6+ and SVG everywhere else. The graphs can be manipulated in JS after their creation to create animations. http://raphaeljs.com/

Also has the disadvantage of adding a lot of unnecessary overhead to SVG, changing how you interact with it, and preventing you from using lots of SVG features. For anything that needs much redrawing or interaction, the IE fallback can be extremely slow.

If you have reasonably simple needs or can adapt an existing Raphael demo, go for it. For my own projects, I don’t think it’s worth it, but YMMV.

Protovis is a much more exciting SVG framework.

Re: SVG: The best way to graph quantitative data

#10

If you are interested in SVG charting engines, check out Highcharts. Used them on a project recently and really liked how it turned out. It's a shame that VML performance in IE is so terrible when SVG performance in Chrome is so awesome. http://www.highcharts.com/

Highcharts is definitely one of the most impressive chart solutions I have seen.

I don't remember its VML performance being particularly slow but I do know its' SVG performance screams in IE9.

Post reply on HN