From: Alexander Moisseev Date: Sun, 10 Jul 2016 17:15:09 +0000 (+0300) Subject: [WebUI] Update d3evolution X-Git-Tag: 1.3.0~118^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0e39ad6729923cc4c7dd411d08f77cc38c0ad70d;p=rspamd.git [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 --- diff --git a/interface/css/d3evolution.css b/interface/css/d3evolution.css index 6726838f1..a27a61d47 100644 --- a/interface/css/d3evolution.css +++ b/interface/css/d3evolution.css @@ -23,3 +23,7 @@ .d3evolution .legend circle { stroke-width: 2px; } +.d3evolution .path-null{ + fill: steelblue; + fill-opacity: .1; +} 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 interpolation mode: