{typedef} anychart.format.NumberLocale Improve this Doc
Type definition for number locale.
Name | Type | Description |
---|---|---|
decimalPoint | string | String to modify the decimal separator |
decimalsCount | number | Desired number of decimals |
groupsSeparator | string | String to separate every three digits. |
scale | Object | boolean | Automatic scaling. |
scaleSuffixSeparator | string | Additive between the suffix of scale and the number. |
useBracketsForNegative | boolean | To Use brackets for negative numbers or no. |
zeroFillDecimals | boolean | Whether to fill in the remaining decimal places zeros. |