diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/wireless.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/wireless.php b/plugin/wireless.php index 413ee28..9d391ec 100644 --- a/plugin/wireless.php +++ b/plugin/wireless.php | |||
| @@ -10,8 +10,6 @@ $obj = new Type_GenericStacked($CONFIG); | |||
| 10 | $obj->data_sources = array('value'); | 10 | $obj->data_sources = array('value'); |
| 11 | $obj->ds_names = array('value' => 'Value'); | 11 | $obj->ds_names = array('value' => 'Value'); |
| 12 | $obj->colors = array('value' => '0000f0'); | 12 | $obj->colors = array('value' => '0000f0'); |
| 13 | $obj->width = $width; | ||
| 14 | $obj->heigth = $heigth; | ||
| 15 | $obj->rrd_format = '%6.1lf'; | 13 | $obj->rrd_format = '%6.1lf'; |
| 16 | 14 | ||
| 17 | switch($obj->args['type']) { | 15 | switch($obj->args['type']) { |
