diff options
Diffstat (limited to 'frontends/php/include/classes/graph.inc.php')
| -rw-r--r-- | frontends/php/include/classes/graph.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php index b62107ce..4fbd5086 100644 --- a/frontends/php/include/classes/graph.inc.php +++ b/frontends/php/include/classes/graph.inc.php @@ -777,8 +777,8 @@ { if($this->yaxisleft == 1) { - $minY = $this->m_minY[GRAPH_YAXIS_SIDE_RIGHT]; - $maxY = $this->m_maxY[GRAPH_YAXIS_SIDE_RIGHT]; + $minY = $this->m_minY[GRAPH_YAXIS_SIDE_LEFT]; + $maxY = $this->m_maxY[GRAPH_YAXIS_SIDE_LEFT]; for($item=0;$item<$this->num;$item++) { |
