From abf56bcc1bd5daa13bfa37fafc6e53a497939e00 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Thu, 7 Jul 2016 22:23:06 +0300 Subject: [PATCH] [WebUI] Update d3evolution Update to https://github.com/moisseev/D3Evolution/commit/e3ce22ebe37d75d22437deee99cab58b303471cd : - Add `convert` method (percentage) - Add Y-axis label --- interface/css/d3evolution.css | 3 +++ interface/index.html | 5 +++++ interface/js/d3evolution.min.js | 2 +- interface/js/rspamd.js | 6 +++++- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/interface/css/d3evolution.css b/interface/css/d3evolution.css index 49082e3e8..6726838f1 100644 --- a/interface/css/d3evolution.css +++ b/interface/css/d3evolution.css @@ -4,6 +4,9 @@ .d3evolution .chart-title { font-size: 17px; } +.d3evolution .y.label { + font-weight: normal; +} .d3evolution .grid .tick { stroke: lightgrey; shape-rendering: crispEdges; 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 @@ + Convert to: + Select chart type: