From b05afebfc3f090e1e5396fecf5cc2dc0070fe78a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 18 May 2012 15:52:40 +0000 Subject: [PATCH] transparent graph canvas (me gusta) git-svn-id: http://www.observium.org/svn/observer/trunk@3208 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index f03e9cd090..857c25a739 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -176,7 +176,7 @@ $config['uptime_warning'] = "84600"; ## Time in seconds to disp ### Cosmetics -$config['rrdgraph_def_text'] = "-c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF -c GRID#a5a5a5"; +$config['rrdgraph_def_text'] = "-c BACK#EEEEEE00 -c SHADEA#EEEEEE00 -c SHADEB#EEEEEE00 -c FONT#000000 -c CANVAS#FFFFFF00 -c GRID#a5a5a5"; $config['rrdgraph_def_text'] .= " -c MGRID#FF9999 -c FRAME#5e5e5e -c ARROW#5e5e5e -R normal"; $config['rrdgraph_real_95th'] = FALSE; # Set to TRUE if you want to display the 95% based on the highest value. (aka real 95%) $config['overlib_defaults'] = ",FGCOLOR,'#ffffff', BGCOLOR, '#e5e5e5', BORDER, 5, CELLPAD, 4, CAPCOLOR, '#555555', TEXTCOLOR, '#3e3e3e'";