aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/type/GenericStacked.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'type/GenericStacked.class.php')
-rw-r--r--type/GenericStacked.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/type/GenericStacked.class.php b/type/GenericStacked.class.php
index 421135c..24055da 100644
--- a/type/GenericStacked.class.php
+++ b/type/GenericStacked.class.php
@@ -43,7 +43,7 @@ class Type_GenericStacked extends Type_Base {
43 $c = 0; 43 $c = 0;
44 foreach ($sources as $source) { 44 foreach ($sources as $source) {
45 $color = is_array($this->colors) ? (isset($this->colors[$source])?$this->colors[$source]:$this->colors[$c++]) : $this->colors; 45 $color = is_array($this->colors) ? (isset($this->colors[$source])?$this->colors[$source]:$this->colors[$c++]) : $this->colors;
46 $color = $this->get_faded_color($color); 46// $color = $this->get_faded_color($color);
47 $rrdgraph[] = sprintf('AREA:area_%s#%s', crc32hex($source), $color); 47 $rrdgraph[] = sprintf('AREA:area_%s#%s', crc32hex($source), $color);
48 } 48 }
49 49