views:

921

answers:

2

Do you know if there's any SVG + js charting library out there similar to http://www.amcharts.com/ (Flash). I need to provide nice looking interactive chart functionality in a browser that does not support Flash but supports SVG.

+1  A: 

You'll need to be a little more specific about the features that you need, but you might want to look at PlotKit.

Brian Campbell
+1  A: 

The google visualization API has some SVG charts you can use http://code.google.com/apis/visualization While this is not an avg library, it is a charting one.

Visualizations does have some limitations that you should be careful about like the fact that you need a connection to Google.
nick