GetShortMonth(); $graph->SetTitles($titles); $plot = new RadarPlot($data); $plot->SetFillColor('lightblue'); // Add the plot and display the graph $graph->Add($plot); $graph->Stroke(); ?>