mirror of https://github.com/buster-so/buster.git
multiplier
This commit is contained in:
parent
4b87bf8fe2
commit
85d5fb8f2b
|
@ -292,6 +292,9 @@ definitions:
|
||||||
- number
|
- number
|
||||||
- date
|
- date
|
||||||
- string
|
- 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:
|
displayName:
|
||||||
type: string
|
type: string
|
||||||
description: Custom display name for the column
|
description: Custom display name for the column
|
||||||
|
@ -304,9 +307,6 @@ definitions:
|
||||||
maximumFractionDigits:
|
maximumFractionDigits:
|
||||||
type: integer
|
type: integer
|
||||||
description: Maximum number of fraction digits to display
|
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:
|
prefix:
|
||||||
type: string
|
type: string
|
||||||
suffix:
|
suffix:
|
||||||
|
@ -341,7 +341,7 @@ definitions:
|
||||||
- columnType
|
- columnType
|
||||||
- style
|
- style
|
||||||
- replaceMissingDataWith
|
- replaceMissingDataWith
|
||||||
|
- multiplier
|
||||||
# COLUMN VISUAL SETTINGS
|
# COLUMN VISUAL SETTINGS
|
||||||
column_settings:
|
column_settings:
|
||||||
type: object
|
type: object
|
||||||
|
|
Loading…
Reference in New Issue