Ignore:
Timestamp:
08/12/05 11:27:55 (19 years ago)
Author:
bastiaans
Message:

toga/graph.php:

  • Lower_limit on 0 for graphs

toga/overview.php:

  • Only add a max to graphs if it can be determined
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/toga/graph.php

    r192 r193  
    410410#}
    411411
     412$lower_limit = "--lower-limit 0";
    412413
    413414#
     
    419420#       $series;
    420421$command = RRDTOOL . " graph - --start $period_start --end $period_stop ".
    421         "--width $width --height $height ".
     422        "--width $width --height $height $lower_limit ".
    422423        "--title '$title' $extras $background ".
    423424        $series;
Note: See TracChangeset for help on using the changeset viewer.