MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface PlotlyGraphDiv

    Plotly graph-div element with internal properties.

    interface PlotlyGraphDiv {
        data?: PlotlyTrace[];
        layout?: PlotlyLayout;
        _fullData?: PlotlyTrace[];
        _fullLayout?: PlotlyFullLayout;
        calcdata?: PlotlyCalcData[][];
    }

    Hierarchy

    • HTMLElement
      • PlotlyGraphDiv
    Index

    Properties

    data?: PlotlyTrace[]
    layout?: PlotlyLayout
    _fullData?: PlotlyTrace[]
    _fullLayout?: PlotlyFullLayout
    calcdata?: PlotlyCalcData[][]