svg data visualizations
Posted
by garymlewis
on Stack Overflow
See other posts from Stack Overflow
or by garymlewis
Published on 2010-04-01T20:44:16Z
Indexed on
2010/04/02
13:03 UTC
Read the original article
Hit count: 328
I'd like to experiment with SVG as a way of displaying data-driven graphs, charts, etc. The data exists as xml, and I'll use XQuery to produce the xml. What options (eg, graphics libraries) should I consider for creating the SVG from the xml? Many thanks.
© Stack Overflow or respective owner