mirror of https://github.com/buster-so/buster.git
replace missingDataWith required
This commit is contained in:
parent
692e28a75e
commit
2d28005439
|
@ -306,12 +306,13 @@ definitions:
|
||||||
description: Maximum number of fraction digits to display
|
description: Maximum number of fraction digits to display
|
||||||
multiplier:
|
multiplier:
|
||||||
type: number
|
type: number
|
||||||
description: Value to multiply the number by before display. This is useful for percentages.
|
description: Value to multiply the number by before display. This is usually required for percentages.
|
||||||
prefix:
|
prefix:
|
||||||
type: string
|
type: string
|
||||||
suffix:
|
suffix:
|
||||||
type: string
|
type: string
|
||||||
replaceMissingDataWith:
|
replaceMissingDataWith:
|
||||||
|
type: number
|
||||||
description: Value to display when data is missing, needs to be set to 0.
|
description: Value to display when data is missing, needs to be set to 0.
|
||||||
compactNumbers:
|
compactNumbers:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
@ -339,6 +340,7 @@ definitions:
|
||||||
required:
|
required:
|
||||||
- columnType
|
- columnType
|
||||||
- style
|
- style
|
||||||
|
- replaceMissingDataWith
|
||||||
|
|
||||||
# COLUMN VISUAL SETTINGS
|
# COLUMN VISUAL SETTINGS
|
||||||
column_settings:
|
column_settings:
|
||||||
|
|
Loading…
Reference in New Issue