comma separator

This commit is contained in:
dal 2025-04-18 11:28:58 -06:00
parent 47c615db09
commit d4b093e9a8
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 3 additions and 1 deletions

View File

@ -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