Skip to content

Commit

Permalink
Remove comma from token separators
Browse files Browse the repository at this point in the history
  • Loading branch information
geido committed Oct 14, 2022
1 parent df3b5a8 commit 1aaf609
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 1aaf609

Please sign in to comment.