summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/graphs.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-18 14:00:31 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-18 14:00:31 +0000
commitf90aa7662103b352e47970308f76597a085e5c3d (patch)
tree2c70821601ca335fc434c92e177fbd406647354d /frontends/php/include/graphs.inc.php
parent4e4aa7eb198963720b377cd568825309616dce8a (diff)
downloadzabbix-f90aa7662103b352e47970308f76597a085e5c3d.tar.gz
zabbix-f90aa7662103b352e47970308f76597a085e5c3d.tar.xz
zabbix-f90aa7662103b352e47970308f76597a085e5c3d.zip
- fixed adding new pie graph (Artem)
- improved javascripts (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4459 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/graphs.inc.php')
-rw-r--r--frontends/php/include/graphs.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/graphs.inc.php b/frontends/php/include/graphs.inc.php
index 8e561cd1..f3bb3dc8 100644
--- a/frontends/php/include/graphs.inc.php
+++ b/frontends/php/include/graphs.inc.php
@@ -176,7 +176,7 @@
return $result;
}
- function add_graph_with_items($name,$width,$height,$yaxistype,$yaxismin,$yaxismax,$showworkperiod,$showtriggers,$graphtype,$legend,$graph3d,$items=array(),$templateid)
+ function add_graph_with_items($name,$width,$height,$yaxistype,$yaxismin,$yaxismax,$showworkperiod,$showtriggers,$graphtype,$legend,$graph3d,$items=array(),$templateid=0)
{
if($result = add_graph($name,$width,$height,$yaxistype,$yaxismin,$yaxismax,$showworkperiod,$showtriggers,$graphtype,$legend,$graph3d,$templateid))
{