diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-02-13 09:10:14 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-02-13 09:10:14 +0000 |
| commit | 1ac269e6c7a14935c5ffe78ae63a1290b6deed3a (patch) | |
| tree | d6119f35c203efda2f2e207612de172e4dc6ba45 /frontends/php/chart2.php | |
| parent | b7f4e195ec6c121a27baf4560990e18c886fa9d8 (diff) | |
- fixed dark blue color for user-defined chart (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@692 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart2.php')
| -rw-r--r-- | frontends/php/chart2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php index 65b73435..5219eb74 100644 --- a/frontends/php/chart2.php +++ b/frontends/php/chart2.php @@ -75,7 +75,7 @@ $colors["Dark Green"]=$darkgreen; $colors["Yellow"]=$yellow; $colors["Dark Yellow"]=$darkyellow; - $colors["Blue"]=$blue; + $colors["Blue"]=$darkblue; $colors["Dark Blue"]=$blue; $colors["White"]=$white; $colors["Cyan"]=$cyan; |
