admin管理员组文章数量:1336632
I know there has been several discussions on JavaScript chart/graphics libraries, and there is many out there. What I need is one that can:
- Zooming and panning
- Data point manipulation (like when click on a data point, highlight other data points within the data series with the same certain parameter of the clicked one)
- Dynamically change data point values (e.g.: dragging a data point dynamically updating the line shape)
- Error bar support, horizontally and vertically
- Select data points on the chart Seems like Flot may have most of the features, if not all(not sure about 3, and 4), but would like to see if I don't miss out on there nice libraries.
I know there has been several discussions on JavaScript chart/graphics libraries, and there is many out there. What I need is one that can:
- Zooming and panning
- Data point manipulation (like when click on a data point, highlight other data points within the data series with the same certain parameter of the clicked one)
- Dynamically change data point values (e.g.: dragging a data point dynamically updating the line shape)
- Error bar support, horizontally and vertically
- Select data points on the chart Seems like Flot may have most of the features, if not all(not sure about 3, and 4), but would like to see if I don't miss out on there nice libraries.
3 Answers
Reset to default 4Check out the awesome Visualization API on Google's AJAX APIs Playground
Take a look at http://raphaeljs./ library. It has a plugin called gRaphaël which is charting plugin. Look good but personally didn't use it. Good luck and share you expirience if you try it.
The Dojo Charting Engine has a pretty astonishing featureset. Sadly dojo seems to suffer from a general lack of evangelism. I dont know if there are good introductory tuts, maybe the best way is to learn from examples.
本文标签: javascriptGood Ajax ChartGraphic LibraryStack Overflow
版权声明:本文标题:javascript - Good Ajax ChartGraphic Library - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742355733a2459371.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论