diff options
Diffstat (limited to '')
| -rw-r--r-- | graph.php | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -92,6 +92,9 @@ if (isset($plugin_json[$type]['datasize']) and $plugin_json[$type]['datasize']) | |||
| 92 | if (isset($plugin_json[$type]['scale'])) | 92 | if (isset($plugin_json[$type]['scale'])) |
| 93 | $obj->scale = $plugin_json[$type]['scale']; | 93 | $obj->scale = $plugin_json[$type]['scale']; |
| 94 | 94 | ||
| 95 | if (isset($plugin_json[$type]['base'])) | ||
| 96 | $obj->base = $plugin_json[$type]['base']; | ||
| 97 | |||
| 95 | if (isset($plugin_json[$type]['legend_format'])) | 98 | if (isset($plugin_json[$type]['legend_format'])) |
| 96 | $obj->rrd_format = $plugin_json[$type]['legend_format']; | 99 | $obj->rrd_format = $plugin_json[$type]['legend_format']; |
| 97 | 100 | ||
