summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes/graph.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-13 12:59:04 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-13 12:59:04 +0000
commit6b4eabad631afa94d90ae9082438c1077b9c919e (patch)
tree1c52e4c07aa2ce7062e8404442b30c54573372ef /frontends/php/include/classes/graph.inc.php
parent7b758ab2b59fb33d64d6864dd6c7b8826156d4c5 (diff)
downloadzabbix-6b4eabad631afa94d90ae9082438c1077b9c919e.tar.gz
zabbix-6b4eabad631afa94d90ae9082438c1077b9c919e.tar.xz
zabbix-6b4eabad631afa94d90ae9082438c1077b9c919e.zip
- [DEV-137] graph zoom fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes/graph.inc.php')
-rw-r--r--frontends/php/include/classes/graph.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php
index 0cc74dc2..2f3597e6 100644
--- a/frontends/php/include/classes/graph.inc.php
+++ b/frontends/php/include/classes/graph.inc.php
@@ -179,7 +179,7 @@ class Graph{
{
// Avoid sizeX==0, to prevent division by zero later
if($value == 0) $value = NULL;
- if($value > 1300) $value = 1300;
+// if($value > 1300) $value = 1300;
if(is_null($value)) $value = 900;
$this->sizeX = $value;