diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-10-28 11:55:32 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-10-28 11:55:32 +0300 |
commit | a4b06fe15d21b2705e231595c80f6fd9858b8d8c (patch) | |
tree | 5a85db9cd62cc0698ab6feb04438b253933005a3 | |
parent | 8e171447470d73962fcbcff2e5e0818a0362e30e (diff) | |
download | rspamd-a4b06fe15d21b2705e231595c80f6fd9858b8d8c.tar.gz rspamd-a4b06fe15d21b2705e231595c80f6fd9858b8d8c.zip |
[WebUI] Stop using commas in pie chart tooltips
Resolves #1886
-rw-r--r-- | interface/js/app/rspamd.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index dc58f53bd..b4fa7bfb3 100644 --- a/interface/js/app/rspamd.js +++ b/interface/js/app/rspamd.js @@ -510,7 +510,7 @@ define(['jquery', 'd3pie', 'visibility', 'app/stats', 'app/graph', 'app/config', "tooltips": { "enabled": true, "type": "placeholder", - "string": "{label}: {value}, {percentage}%" + "string": "{label}: {value} ({percentage}%)" }, "effects": { "pullOutSegmentOnClick": { |