Highcharts Dashboards
    Preparing search index...

    Sync options available for the Grid component.

    Example:

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

    Indexable

    Index

    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
    
    highlight?: boolean | OptionsEntry

    Highlight sync is available for Highcharts and Grid components. It allows to highlight hovered corresponding rows in the table and chart points.

    Try it:

    Highlight Sync

    false
    
    visibility?: boolean | OptionsEntry

    Visibility sync is available for Highcharts and Grid components. Synchronizes the visibility of data from a hidden/shown series.

    Try it:

    Visibility Sync

    false