From a4b06fe15d21b2705e231595c80f6fd9858b8d8c Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Sat, 28 Oct 2017 11:55:32 +0300 Subject: [PATCH] [WebUI] Stop using commas in pie chart tooltips Resolves #1886 --- interface/js/app/rspamd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/js/app/rspamd.js b/interface/js/app/rspamd.js index dc58f53bd1..b4fa7bfb31 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": { -- 2.47.3