From 4d7b13259c22eb81eb4e9904a880cd81b79df49d Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 10 Dec 2019 14:04:36 +1000 Subject: A few style tweaks, mostly to a dark theme. --- type/GenericStacked.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'type/GenericStacked.class.php') 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 { $c = 0; foreach ($sources as $source) { $color = is_array($this->colors) ? (isset($this->colors[$source])?$this->colors[$source]:$this->colors[$c++]) : $this->colors; - $color = $this->get_faded_color($color); +// $color = $this->get_faded_color($color); $rrdgraph[] = sprintf('AREA:area_%s#%s', crc32hex($source), $color); } -- cgit v1.1