Skip to content

Commit

Permalink
fix: Allow comma in Number Format (#21817)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Oct 18, 2022
1 parent 8f4415b commit 383dc29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', ';'],
},
},
],
Expand Down

0 comments on commit 383dc29

Please sign in to comment.