presentDay;
$ii++;
}

$chart = array(
‘#plugin’ => ‘google’, // Google Charts API will be used
‘#type’ => ‘line2D’, // A simple line chart
‘#height’ => 100, // in pixels
‘#width’ => 200, // in pixels
$values, // This is the contents of the array build above
);
return charts_chart($chart);
?>