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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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