diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:52:56 +0100 |
| commit | 8f4f17a1f154889b70509d051cf102bd93bed892 (patch) | |
| tree | f41c02abf02f42790be2c9c56acbb228dc380eca /pv_chart.php | |
| parent | 457ba69e560f940ebf6109064ed6c5de87515ffa (diff) | |
| download | stats-8f4f17a1f154889b70509d051cf102bd93bed892.tar.gz stats-8f4f17a1f154889b70509d051cf102bd93bed892.tar.bz2 stats-8f4f17a1f154889b70509d051cf102bd93bed892.zip | |
php-cs-fixer tidies to php8.5 standards
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 ); |
