diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-03 10:17:37 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-03 10:17:37 +0000 |
| commit | 7d77c9ce0800352701f414d200d9d51ec7323753 (patch) | |
| tree | 7841daaf8d827ab76bd72d006ae917ddbbd2c72a /frontends/php/chart2.php | |
| parent | 9dc07cf7ea22ef948a79f93646ba538a06570e48 (diff) | |
| download | zabbix-7d77c9ce0800352701f414d200d9d51ec7323753.tar.gz zabbix-7d77c9ce0800352701f414d200d9d51ec7323753.tar.xz zabbix-7d77c9ce0800352701f414d200d9d51ec7323753.zip | |
Fix for drawtype (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@884 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart2.php')
| -rw-r--r-- | frontends/php/chart2.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php index 87f843bf..7c44d1e9 100644 --- a/frontends/php/chart2.php +++ b/frontends/php/chart2.php @@ -66,6 +66,7 @@ { $graph->addItem(DBget_field($result,$i,0)); $graph->setColor(DBget_field($result,$i,0), DBget_field($result,$i,2)); + $graph->setDrawtype(DBget_field($result,$i,0), DBget_field($result,$i,4)); } $graph->Draw(); |
