GetShortMonth(); $graph->SetTitles($titles); // Add grid lines $graph->grid->Show(); $graph->grid->SetColor('darkred'); $graph->grid->SetLineStyle('dotted'); $plot = new RadarPlot($data); $plot->SetFillColor('lightblue'); // Add the plot and display the graph $graph->Add($plot); $graph->Stroke(); ?>