Skip to content

KPIView

KPIView Properties

Property Type Required
Label string Optional
LeftMetric string Optional
LeftUnit string Optional
RightMetric string Optional
RightUnit string Optional
Styles object Optional

Label

This is an optional label, displayed beneath the KPI components.

  • type: string

LeftMetric

The KPI metric value displays at the left side.

  • type: string

LeftUnit

The KPI unit value displays at the left side.

  • type: string

RightMetric

The KPI metric value displays at the right side.

  • type: string

RightUnit

The KPI unit value displays at the right side.

  • type: string

Styles

  • type: object with following properties.
Property Type Required Default
Label string Optional
RightMetric string Optional
RightUnit string Optional
LeftMetric string Optional
LeftUnit string Optional

Label

The string value is a style class name for Label.

RightMetric

The string value is a style class name for RightMetric.

RightUnit

The string value is a style class name for RightUnit.

LeftMetric

The string value is a style class name for LeftMetric.

LeftUnit

The string value is a style class name for LeftUnit.