Hi,
I'm charting a bunch of line chart data with Google charts, and I seem
to have a limit to the amount of data I send up. It works well if you
sample your data every 20 datapoints, and send that subset up, but at
a certain point as you scale up the resolution, the chart disappears I
think because there's too much data. the chart I'm doing is here:
http://www.solarnetwork.net/dataPreview.php
and I have a php function which picks a data point every X actual data
points. with 9 line chart datasets (ech with 1440 datapoints) added to
the chart, I have to keep the the skip interval at 20. I'm planning
on adding 16 datasets to the chart in the next few weeks, and I think
the resolution at that point is going to be pretty poor.
is there any idea on when Google will up the charting capabilities?
Or, does anyone know of another charting app that looks this nice and
can do lots of data?
thanks, John