SVG: The best way to graph quantitative data
developers.simplegeo.com
SVG: The best way to graph quantitative data
1–10 of 17 posts
Re: SVG: The best way to graph quantitative data
#2The graphs can be manipulated in JS after their creation to create animations.
Re: SVG: The best way to graph quantitative data
#3Re: SVG: The best way to graph quantitative data
#4====== ( 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
#5Re: SVG: The best way to graph quantitative data
#6Re: SVG: The best way to graph quantitative data
#7Re: SVG: The best way to graph quantitative data
#8It 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
#9RaphaelJS 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/
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
#10If 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/
I don't remember its VML performance being particularly slow but I do know its' SVG performance screams in IE9.