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