summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-17 10:31:32 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-17 10:31:32 +0000
commitcd6be85dfcfccb202f2d2a9ca9db062725e45d5c (patch)
tree8cff91acb5f13d9e0c9d419a5d459cdc24994f53 /frontends/php/charts.php
parent9fd54f156ece1cf8cec230705fa14d6d75db8efb (diff)
downloadzabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.tar.gz
zabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.tar.xz
zabbix-cd6be85dfcfccb202f2d2a9ca9db062725e45d5c.zip
- [DEV-137] fixes in graph zoom (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index d7055df3..c0002264 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -317,7 +317,8 @@ include_once 'include/page_header.php';
?>
<?php
$table = new CTableInfo('...','chart');
-
+// $table->AddOption('border',1);
+
if($_REQUEST['graphid'] > 0){
$graphtype = GRAPH_TYPE_NORMAL;
$yaxis = 0;