Highcharts Dashboards
    Preparing search index...

    Interface Options

    Options to configure the board.

    interface Options {
        componentOptions?: Partial<Options>;
        components?: Partial<Options | Options | Options | Options | Options>[];
        dataPool?: DataPoolOptions;
        editMode?: Options;
        events?: BoardEvents;
        gui?: GUIOptions;
    }
    Index

    Properties

    componentOptions?: Partial<Options>

    General options for the components.

    components?: Partial<Options | Options | Options | Options | Options>[]

    List of components to add to the board.

    Try it:

    Highcharts component

    HTML component

    KPI component

    Custom component

    grid component

    dataPool?: DataPoolOptions

    Data pool with all of the connectors.

    editMode?: Options

    Options for the edit mode. Can be used to enable the edit mode and define all things related to it like the context menu.

    events?: BoardEvents

    Events related to the board.

    Options for the GUI. Allows to define graphical elements and its layout.