feature: Added dynamic graphs with RrdGraphJS by oetiker (#9087)

* feature: Added dynamic graphs with RrdGraphJS by oetiker (https://github.com/oetiker/RrdGraphJS)

* fixed DragCursor.cur

* refactoring, only js when needed

* doc: added use of dynamic graphs switch in Configuration.md

* Updated to use Config, schema + example gif

* Rename 261.sql to 262.sql
This commit is contained in:
bonzai86
2018-08-29 15:25:16 +02:00
committed by Tony Murray
parent 340ee6cccc
commit 9350b54464
11 changed files with 1611 additions and 20 deletions

1
sql-schema/262.sql Normal file
View File

@@ -0,0 +1 @@
INSERT INTO `config` (`config_name`, `config_value`, `config_default`, `config_descr`, `config_group`, `config_group_order`, `config_sub_group`, `config_sub_group_order`, `config_hidden`, `config_disabled`) VALUES('webui.dynamic_graphs', 'false', 'false', 'Enable dynamic graphs', 'webui', 0, 'graph', 0, 0, '0');