Javascript – Good Ajax Chart/Graphic Library

chartsjavascript

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.

Best Answer

Check out the awesome Visualization API on Google's AJAX APIs Playground