Hi,
There've been a number of questions on here in the past about charting packages, but I'm looking for one with a specific set of properties. In particular:
- Ability to handle many thousands of data points
- Ability to allow users to pan and zoom
- Ability to do live update of the charts (i.e. to reflect new data)
Ideally, it will work with PHP (and / or JavaScript) and I'm guessing will produce Flash-based charts. I have a feeling that the right way to handle the requirements is to have a system that can determine which data points it needs to fetch for the required view. So when a user zooms in, the front-end fetches a new set of points from a different range. Only enough points are fetched at any given point (e.g. one data point per pixel).
Does anyone know of a charting package that works in this way?
Thanks,
Ben