Hierarchy

  • MetricLabel

Properties

converter: object

The converter used to format the labels. See the Help documentation for more information.

rendered: string

Defines if the label is rendered.

scaling: string

The scaling behavior of the labels. When using a converter, scaling should be set to none, as the formatted result may not be compatible with the scaling suffixes.

style: object

The CSS style object defining the style of the label.

text: string

The text for the label. If specified, text will overwrite the numeric value that is displayed by default. The converter, scaling, and textType attributes are ignored when text is specified.

textType: string

Defines whether the label is a number or a percentage of the total value.

Generated using TypeDoc