]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Stop using commas in pie chart tooltips 1890/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 28 Oct 2017 08:55:32 +0000 (11:55 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Sat, 28 Oct 2017 08:55:32 +0000 (11:55 +0300)
Resolves #1886

interface/js/app/rspamd.js

index dc58f53bd1e68555f84ea08711181fba92d4ffd0..b4fa7bfb317c6b322bf9d7eaa35ffd119ca940ab 100644 (file)
@@ -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": {