From: Alexander Moisseev Date: Sat, 28 Oct 2017 08:55:32 +0000 (+0300) Subject: [WebUI] Stop using commas in pie chart tooltips X-Git-Tag: 1.7.0~507^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1890%2Fhead;p=rspamd.git [WebUI] Stop using commas in pie chart tooltips Resolves #1886 --- 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": {