get_pv_chart_data($_REQUEST["days"]); $graph->SetDataValues($example_data); //$graph->SetPlotType('bars'); $graph->SetPlotType('lines'); $graph->SetYLabel(tra('pageviews')); $graph->SetXLabel(tra('day')); //Draw it $graph->DrawGraph(); ?>