setDecimalFold(decimalFold) â
setDecimalFold
set the chart decimal folding configuration.
Reference â
typescript
(
decimalFold: {
threshold?: number
format?: (value: number | string) => string
}
) => void
Parameters â
decimalFold
Decimal 0 folds the configuration.threshold
Fold threshold.format
Custom formatting method.
Returns â
setDecimalFold
returns undefined
.