From 383dc29ad1fb921ee618ed80b847316d77247886 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Tue, 18 Oct 2022 14:28:07 +0300 Subject: [PATCH] fix: Allow comma in Number Format (#21817) --- .../plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx b/superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx index 5468a3a94c..1b73b95e7e 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx +++ b/superset-frontend/plugins/plugin-chart-echarts/src/Pie/controlPanel.tsx @@ -125,6 +125,7 @@ const config: ControlPanelConfig = { description: `${t( 'D3 format syntax: https://github.com/d3/d3-format', )} ${t('Only applies when "Label Type" is set to show values.')}`, + tokenSeparators: ['\n', '\t', ';'], }, }, ],