ods-charts
    Preparing search index...

    Class ODSChartsDialGaugeConfiguration

    Configuration of dial gauge chart. It extends the ODSChartsGaugeConfiguration to include specific properties for dial points.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dialPoints?: { beforeColor?: string; label?: number; value: number }[]

    Configuration of the dial points. Points are used to divide the gauge into segments. The point is identify by its value. A label can be displayed, associated with this value. A color can be used to specify the color of the segment before the value.

    maxValue?: number

    Maximum value of the gauge.

    minValue?: number

    Minimum value of the gauge.