diff options
Diffstat (limited to 'frontends/php/chart.php')
| -rw-r--r-- | frontends/php/chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart.php b/frontends/php/chart.php index a2c3826b..36fff657 100644 --- a/frontends/php/chart.php +++ b/frontends/php/chart.php @@ -43,7 +43,7 @@ { $graph->setBorder(0); } - $graph->addItem($_REQUEST["itemid"]); + $graph->addItem($_REQUEST["itemid"], GRAPH_YAXIS_SIDE_RIGHT); $graph->Draw(); ?> |
