From 786f0e715dc6fda1b4dc72e7033f280adde24283 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 5 Jul 2014 14:14:29 +0200 Subject: type/default: optionally draw min/max spikes in a lighter color in graphs Closes #73 --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/config.php') diff --git a/conf/config.php b/conf/config.php index e40cc9f..30eaaf9 100644 --- a/conf/config.php +++ b/conf/config.php @@ -62,6 +62,9 @@ $CONFIG['percentile'] = false; # create smooth graphs (rrdtool -E) $CONFIG['graph_smooth'] = false; +# draw min/max spikes in a lighter color in graphs with type default +$CONFIG['graph_minmax'] = false; + # browser cache time for the graphs (in seconds) $CONFIG['cache'] = 90; -- cgit v1.1