Hi, i have an interactive chart that has alot of datapoints (like from
1 to x number of rows)

this is my code for the Rows:

$rows[] = array('c' => array(array('v'=>date('m-d H:i',
strtotime($date))),array('v'=>0),array('v'=>0)));


i sometimes get an error that I use too much memory for my $rows
array, is there a way around this?



thanks alot in advace :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to