Changeset 149 for trunk/web/addons/toga/graph.php
- Timestamp:
- 06/20/05 14:50:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/addons/toga/graph.php
r145 r149 48 48 49 49 if (isset($graph)) { 50 $rrd_dirs = $trd->getRrdDirs( $ start, $stop );50 $rrd_dirs = $trd->getRrdDirs( $period_start, $period_stop ); 51 51 $series = ''; 52 52 … … 332 332 # Generate the rrdtool graph command. 333 333 # 334 $command = RRDTOOL . " graph - --start $ start --end $stop ".334 $command = RRDTOOL . " graph - --start $period_start --end $period_stop ". 335 335 "--width $width --height $height $upper_limit $lower_limit ". 336 336 "--title '$title' $vertical_label $extras $background ".
Note: See TracChangeset
for help on using the changeset viewer.