ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > ScientificFormatterParameters

ScientificFormatterParameters interface

Formats axis tick labels into scientific notation. e.g. 1000 -> 1e+3%

Signature:

export interface ScientificFormatterParameters 

Properties

PropertyTypeDescription
decimalnumbernumber 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
  • ScientificFormatterParameters interface
  • Properties
Copyright © 2019 ActiveViam