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 --- type/Base.class.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'type/Base.class.php') diff --git a/type/Base.class.php b/type/Base.class.php index 34e182f..5af4c29 100644 --- a/type/Base.class.php +++ b/type/Base.class.php @@ -24,6 +24,7 @@ class Type_Base { var $negative_io; var $percentile = false; var $graph_smooth; + var $graph_minmax; var $files; var $tinstances; @@ -57,6 +58,7 @@ class Type_Base { $this->graph_type = $config['graph_type']; $this->negative_io = $config['negative_io']; $this->graph_smooth = $config['graph_smooth']; + $this->graph_minmax = $config['graph_minmax']; $this->flush_socket = $config['socket']; $this->flush_type = $config['flush_type']; } -- cgit v1.1