diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-07 22:23:06 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-07 22:23:06 +0300 |
commit | abf56bcc1bd5daa13bfa37fafc6e53a497939e00 (patch) | |
tree | 50df4681d386ca7b82e1525951766349ecb45730 /interface/index.html | |
parent | dcf3b7caff4fe32a42d1dbdfa92e874c8ae0b74c (diff) | |
download | rspamd-abf56bcc1bd5daa13bfa37fafc6e53a497939e00.tar.gz rspamd-abf56bcc1bd5daa13bfa37fafc6e53a497939e00.zip |
[WebUI] Update d3evolution
Update to https://github.com/moisseev/D3Evolution/commit/e3ce22ebe37d75d22437deee99cab58b303471cd :
- Add `convert` method (percentage)
- Add Y-axis label
Diffstat (limited to 'interface/index.html')
-rw-r--r-- | interface/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html index e155e6894..9cab006f4 100644 --- a/interface/index.html +++ b/interface/index.html @@ -88,6 +88,11 @@ <option value="weekly">Weekly</option> <option value="monthly">Monthly</option> </select> + Convert to: + <select id="selConvert" class="form-control"> + <option value="" selected>--</option> + <option value="percentage">percentage</option> + </select> Select chart type: <select id="selType" class="form-control"> <option value="line" selected>Line</option> |