diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/wireless.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/wireless.php b/plugin/wireless.php index 991a0f3..cb3a8a9 100644 --- a/plugin/wireless.php +++ b/plugin/wireless.php | |||
@@ -7,7 +7,7 @@ require_once 'type/GenericStacked.class.php'; | |||
7 | 7 | ||
8 | $obj = new Type_GenericStacked($CONFIG, $_GET); | 8 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
9 | $obj->data_sources = array('value'); | 9 | $obj->data_sources = array('value'); |
10 | $obj->ds_names = array('value' => 'Value'); | 10 | $obj->legend = array('value' => 'Value'); |
11 | $obj->colors = array('value' => '0000f0'); | 11 | $obj->colors = array('value' => '0000f0'); |
12 | $obj->rrd_format = '%6.1lf'; | 12 | $obj->rrd_format = '%6.1lf'; |
13 | 13 | ||