Chartbreaker
    Preparing search index...

    Type Alias Events

    type Events = {
        chartMoved: (oldIndex: number, newIndex: number) => void;
        chartsResized: () => void;
        loadingFinished: () => void;
    }
    Index

    Properties

    chartMoved: (oldIndex: number, newIndex: number) => void

    Fired when a chart in the set was moved to a new position

    chartsResized: () => void

    Fired when one or more charts in the set were manually resized

    loadingFinished: () => void

    TODO: