A good JS library that creates graphs, utilizes SVG/VML and uses JSON as a dataset
Any suggestions? I was looking at gRaphael b开发者_开发百科ut it was more of a ground up approach. I'd like to have basic or complex examples to work with.
Google Visualizations
I've been using gRaphael to create all sorts of graphs over the past two months and can't say enough good things about it.
That being said, if you want to try something else, http://highcharts.com/ may be a good resource.
I have used dojox.charting in my projects, which uses JSON as a data set, and it has worked well for me. In particular, I used it to create the charts here.
精彩评论