multiplier

This commit is contained in:
dal 2025-04-18 09:41:01 -06:00
parent 4b87bf8fe2
commit 85d5fb8f2b
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 4 additions and 4 deletions

View File

@ -292,6 +292,9 @@ definitions:
- number
- date
- string
multiplier:
type: number
description: Value to multiply the number by before display. Default value is 1, so no multiplication is done. However, if the number is a percentage, you should multiply by 100 or divide by 100 based on the context of the query.
displayName:
type: string
description: Custom display name for the column
@ -304,9 +307,6 @@ definitions:
maximumFractionDigits:
type: integer
description: Maximum number of fraction digits to display
multiplier:
type: number
description: Value to multiply the number by before display. This is usually required for percentages.
prefix:
type: string
suffix:
@ -341,7 +341,7 @@ definitions:
- columnType
- style
- replaceMissingDataWith
- multiplier
# COLUMN VISUAL SETTINGS
column_settings:
type: object