6 messages in com.googlegroups.google-chart-apiRe: data size limit for extended enco...
FromSent OnAttachments
jwrgorman07 Jul 2008 14:35 
Ken08 Jul 2008 10:48 
burtonator10 Jul 2008 22:39 
arena13 Jul 2008 11:04 
Robbie14 Jul 2008 09:25 
jwrgorman24 Jul 2008 06:56 
Subject:Re: data size limit for extended encoding
From:jwrgorman (jwrg@gmail.com)
Date:07/24/2008 06:56:57 AM
List:com.googlegroups.google-chart-api

I'm using this php class:

http://www.malaiac.com/GphpChart/

and the syntax is:

$consumptionChart->add_data($lc1,"FF6600");

where the second argument is the hex RGB value...

On Jul 14, 6:04 am, arena <andr@gmail.com> wrote:

Hi!

Nice charts.

How do you get those different colors, apparently you don't allocate them randomly. Are the color code stored in the databse ?

if not thanks to tell how you do it.

On Jul 7, 11:36 pm, jwrgorman <jwrg@gmail.com> wrote:

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:

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?