Data driven charts and graphs from xml to svg

Posted by garymlewis on Stack Overflow See other posts from Stack Overflow or by garymlewis
Published on 2010-04-05T11:22:18Z Indexed on 2010/04/05 11:23 UTC
Read the original article Hit count: 192

Filed under:
|
|

I asked this question a week ago, but did not do a good job of describing the problem. Here's a second attempt.

I'd like to produce data-driven charts, graphs, and other data visualizations, starting with data in an xml database and ending up with the visualizations as SVG.

Here's an example from the W3C. It uses Javascript to create a stacked bar chart as SVG from xml. I'd like to do something similar but use a graphics library (or ???) instead of js to handle the construction of axes, labels, titles, data points, etc.

My question, then: what are the options that I should consider ... things like Raphael I suppose, but initially I'd like to cast a wide net and look at many different options.

My experience is all with static data visualizations using statistics packages like R, but eventually I'd like to create interactive data visualizations with html5/css3/svg.

Any help would be much appreciated. Thanks.

© Stack Overflow or respective owner

Related posts about data-visualization

Related posts about svg