Highcharts Dashboards
    Preparing search index...

    Sync options available for the KPI component.

    Example:

    {
    extremes: true
    }
    interface SyncOptions {
        extremes?: boolean | OptionsEntry;
        [key: string]: boolean | OptionsEntry | undefined;
    }

    Indexable

    Index

    Properties

    Properties

    extremes?: boolean | OptionsEntry

    Extremes sync is available for Highcharts, KPI, Grid and Navigator components. Sets a common range of displayed data. For the KPI Component sets the last value.

    Try it:

    Extremes Sync

    false