diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-29 18:27:48 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-29 18:27:48 +0000 |
| commit | bffc35b4daefad2bd7c8de852a6ef0e759292402 (patch) | |
| tree | 1215196568167b35afc57e1744f7140a6602e2a0 /pv_chart.php | |
| parent | 26657f342470a90c8014c0a25de0889fb66d01bf (diff) | |
| download | stats-bffc35b4daefad2bd7c8de852a6ef0e759292402.tar.gz stats-bffc35b4daefad2bd7c8de852a6ef0e759292402.tar.bz2 stats-bffc35b4daefad2bd7c8de852a6ef0e759292402.zip | |
merge recent changes into HEAD
Diffstat (limited to 'pv_chart.php')
| -rw-r--r-- | pv_chart.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pv_chart.php b/pv_chart.php index 62e3229..ba4a995 100644 --- a/pv_chart.php +++ b/pv_chart.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.4 2005/12/26 12:26:04 squareing Exp $ + * $Header: /cvsroot/bitweaver/_bit_stats/pv_chart.php,v 1.5 2005/12/29 18:27:48 squareing Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See copyright.txt for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details * - * $Id: pv_chart.php,v 1.4 2005/12/26 12:26:04 squareing Exp $ + * $Id: pv_chart.php,v 1.5 2005/12/29 18:27:48 squareing Exp $ * @package stats * @subpackage functions */ @@ -33,7 +33,7 @@ $graph =& new PHPlot( 600, 600 ); $graph->SetDataValues( $data ); $graph->SetTitle( tra( 'Total Pageviews' ) ); $graph->SetYTitle( tra( 'Pageviews' ) ); -$graph->SetXTitle( tra( 'Days') ); +$graph->SetXTitle( tra( 'Time') ); $graph->SetPlotType( ( count( $data ) > 50 ) ? 'lines' : 'linepoints' ); $graph->SetDrawXDataLabels( TRUE ); $graph->SetXLabelAngle( 90 ); |
