Home > @activeviam/activeui-sdk > ScientificFormatterParameters
ScientificFormatterParameters interface
Formats axis tick labels into scientific notation. e.g. 1000 -> 1e+3%
Signature:
export interface ScientificFormatterParameters
Properties
Property | Type | Description |
---|---|---|
decimal | number | number of decimal points to include in the formatted number. Integers will have x number of 0's appended. e.g. decimal(2) 1000 -> 1.00e+3 |