mirror of https://github.com/buster-so/buster.git
comma separator
This commit is contained in:
parent
47c615db09
commit
d4b093e9a8
|
@ -313,7 +313,7 @@ definitions:
|
||||||
description: Custom display name for the column
|
description: Custom display name for the column
|
||||||
numberSeparatorStyle:
|
numberSeparatorStyle:
|
||||||
type: string
|
type: string
|
||||||
description: Style for number separators
|
description: Style for number separators. Your option is ',' or null. Null results in no separator.
|
||||||
minimumFractionDigits:
|
minimumFractionDigits:
|
||||||
type: integer
|
type: integer
|
||||||
description: Minimum number of fraction digits to display
|
description: Minimum number of fraction digits to display
|
||||||
|
@ -354,6 +354,8 @@ definitions:
|
||||||
- columnType
|
- columnType
|
||||||
- style
|
- style
|
||||||
- replaceMissingDataWith
|
- replaceMissingDataWith
|
||||||
|
- numberSeparatorStyle
|
||||||
|
|
||||||
# COLUMN VISUAL SETTINGS
|
# COLUMN VISUAL SETTINGS
|
||||||
column_settings:
|
column_settings:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue