replace missingDataWith required

This commit is contained in:
dal 2025-04-18 09:10:31 -06:00
parent 692e28a75e
commit 2d28005439
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 3 additions and 1 deletions

View File

@ -306,12 +306,13 @@ definitions:
description: Maximum number of fraction digits to display
multiplier:
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:
type: string
suffix:
type: string
replaceMissingDataWith:
type: number
description: Value to display when data is missing, needs to be set to 0.
compactNumbers:
type: boolean
@ -339,6 +340,7 @@ definitions:
required:
- columnType
- style
- replaceMissingDataWith
# COLUMN VISUAL SETTINGS
column_settings: