get_usage_chart_data(); $graph->SetDataValues($example_data); $graph->SetPlotType('bars'); //$graph->SetPlotType('lines'); //Draw it $graph->DrawGraph(); ?>