diff options
Diffstat (limited to 'pv_chart.php')
| -rw-r--r-- | pv_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pv_chart.php b/pv_chart.php index 4341f84..d6354f2 100644 --- a/pv_chart.php +++ b/pv_chart.php @@ -35,7 +35,7 @@ $graph = new PHPlot( 600, 600 ); $graph->SetDataValues( $data ); $graph->SetTitle( KernelTools::tra( 'Total Pageviews' ) ); $graph->SetYTitle( KernelTools::tra( 'Pageviews' ) ); -$graph->SetXTitle( KernelTools::tra( 'Time') ); +$graph->SetXTitle( KernelTools::tra( 'Time') ); $graph->SetPlotType( ( count( $data ) > 50 ) ? 'lines' : 'linepoints' ); $graph->SetDrawXDataLabels( true ); $graph->SetXLabelAngle( 90 ); |
