Highcharts Dashboards
    Preparing search index...

    Options for linking KPI value to the chart point.

    Try it:

    Linking KPI value to a specific point

    interface LinkedValueToOptions {
        enabled?: boolean;
        pointIndex?: number;
        seriesIndex?: number;
    }
    Index

    Properties

    enabled?: boolean

    Enable or disable linking KPI value to a point on the chart.

    true
    
    pointIndex?: number

    Index of the point that is to receiving the KPI value as its Y.

    0
    
    seriesIndex?: number

    Index of the series with the point receiving the KPI value.

    0