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/css | |
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/css')
-rw-r--r-- | interface/css/d3evolution.css | 3 |
1 files changed, 3 insertions, 0 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; |