summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-01-15 15:29:53 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-01-15 15:29:53 +0000
commitc73e82b92ba63f52d3651a4aac035ba96b94b8ce (patch)
tree9fc148d955835188a18df910ee62d6f992bd67ba /frontends/php/chart.php
parent5294ceb7b454d19dac252724b3e10d170d760887 (diff)
Cosmetic changes to alarms.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@649 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart.php')
-rw-r--r--frontends/php/chart.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/chart.php b/frontends/php/chart.php
index 34706160..16f62e88 100644
--- a/frontends/php/chart.php
+++ b/frontends/php/chart.php
@@ -83,6 +83,8 @@
// {
// ImageDashedLine($im,$i+$shiftX,$shiftY,$i+$shiftX,$sizeY+$shiftY,$gray);
// }
+// $style=array($white,$white,$white,$white,$white,$white,$black,$black,$black,$black,$black,$black,$black);
+// ImageSetStyle($im,$style);
ImageDashedLine($im,$shiftX+1,$shiftY,$shiftX+1,$sizeY+$shiftY,$black);
ImageDashedLine($im,$shiftX+1,$shiftY,$shiftX+$sizeX,$shiftY,$black);
ImageDashedLine($im,$shiftX+$sizeX,$shiftY,$shiftX+$sizeX,$sizeY+$shiftY,$black);