rj villanueva
unread,May 15, 2012, 12:00:10 AM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chart API
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 :)