ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > PercentageFormatterParameters

PercentageFormatterParameters interface

Formats axis tick labels into a percentage format. e.g. .1 -> 10%

Signature:

export interface PercentageFormatterParameters 

Properties

PropertyTypeDescription
decimalnumbernumber of decimal points to include in the formatted number. Integers will have decimal number of 0's appended. e.g. decimal(2) .1 -> 10.00%
  • PercentageFormatterParameters interface
  • Properties
Copyright © 2019 ActiveViam