A change indicator that compares the current value to a historical period.

Hierarchy

  • QueryValueWidgetComparison

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Color-coding direction: increase_better (green on rise), decrease_better (green on drop), or neutral (no color).

The comparison period. Use a preset type value or set type to custom_timeframe and provide custom_timeframe with explicit millisecond epoch bounds.

How the delta is expressed: absolute (raw difference), relative (percentage), or both.

Generated using TypeDoc