fix: Allow comma in Number Format (#21817)

This commit is contained in:
Geido
2022-10-18 14:28:07 +03:00
committed by GitHub
parent 8f4415bc83
commit 383dc29ad1

View File

@@ -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', ';'],
},
},
],