summaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2016-07-10 20:15:09 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2016-07-10 20:25:26 +0300
commit0e39ad6729923cc4c7dd411d08f77cc38c0ad70d (patch)
tree7530502aaf468979fa500984484fbe8be2622a98 /interface/index.html
parent6203f9fb6257d45d779a97ca3865bf221623452f (diff)
downloadrspamd-0e39ad6729923cc4c7dd411d08f77cc38c0ad70d.tar.gz
rspamd-0e39ad6729923cc4c7dd411d08f77cc38c0ad70d.zip
[WebUI] Update d3evolution
- Update to moisseev/D3Evolution@c73017a039bfb1377627f7d116f7aa0df92ad219 : - Fix X-axis scale - [Fix] Do not draw paths through undefined regions - [Feature] Display `null` values as colored areas - Add `step` interpolation
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface/index.html b/interface/index.html
index 9cab006f4..bcea05a52 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -101,6 +101,7 @@
Select <a title="View Mike Bostock's Block." href="https://bl.ocks.org/mbostock/4342190" target="_blank">interpolation mode</a>:
<select id="selInterpolate" class="form-control">
<option value="linear" selected>linear</option>
+ <option value="step">step</option>
<option value="step-before">step-before</option>
<option value="step-after">step-after</option>
<option value="basis">basis</option>