Skip to content

Vizzu


Vizzu / types/styles / NumberScale

Type Alias: NumberScale

NumberScale: "SISymbol" | "shortScaleSymbolUS" | "shortScaleSymbolUK" | `${string},${string}` | `${string},${string},${string}` | `${string},${string},${string},${string}` | string

Number scale for human-readable big number formats. There are built in formats:

  • SI Symbols: k, M, G, ...
  • Short scale with US abbreviations: K, M, B, T
  • Short scale with UK abbreviations: k, m, bn, tn Can be set to custom format with a comma separated list of strings e.g: 'thousand,million,billion,trillion'