AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Chart

    interface Chart {
        id?: { [key: string]: any };
        instruments: InstrumentElement[];
        name?: string;
        otherConfig?: { [key: string]: any };
        range?: TimeRangeObject;
        style?: Style;
        type: string;
        [property: string]: any;
    }

    Indexable

    • [property: string]: any
    Index
    id?: { [key: string]: any }
    instruments: InstrumentElement[]
    name?: string
    otherConfig?: { [key: string]: any }
    style?: Style
    type: string