I know that there have been several discussions on JavaScript graphics / graphics libraries, and there are many. I need one that can:
- Zooming and panning
- Processing data points (for example, by clicking on a data point, highlighting other data points in a data series with the same specific click parameter)
- Dynamically changing data point values (for example: dragging a data point, dynamically updating a line shape).
- Error panel support, horizontal and vertical
- Select the data points in the diagram. It seems that Flot can have most of the functions, if not all (not sure if 3 and 4), but I would like not to miss the nice libraries there.
source share