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:

  1. Zooming and panning
  2. 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)
  3. Dynamically change data point values (e.g.: dragging a data point dynamically updating the line shape)
  4. Error bar support, horizontally and vertically
  5. 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:

  1. Zooming and panning
  2. 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)
  3. Dynamically change data point values (e.g.: dragging a data point dynamically updating the line shape)
  4. Error bar support, horizontally and vertically
  5. 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.
Share Improve this question edited Nov 23, 2009 at 6:03 Kobi 138k41 gold badges256 silver badges297 bronze badges asked Nov 23, 2009 at 6:00 David ZhaoDavid Zhao 4,51413 gold badges48 silver badges60 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 4

Check 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