@ghsc/nshmp-utils-ts - 4.12.7
    Preparing search index...

    Interface PlotlyPlot

    A Plotly plot.

    interface PlotlyPlot {
        config: Partial<PlotlyConfig>;
        data: Partial<PlotData>[];
        id: string;
        layout: Partial<PlotlyLayout>;
        lineSelected?: LineSelected;
        mobileConfig: Partial<PlotlyConfig>;
        mobileLayout: Partial<PlotlyLayout>;
        panelBreakpoint?: number;
    }
    Index

    Properties

    config: Partial<PlotlyConfig>

    Plotly config

    data: Partial<PlotData>[]

    Plot data

    id: string

    Plot id

    layout: Partial<PlotlyLayout>

    Plotly layout

    lineSelected?: LineSelected

    Options for when line is selected

    mobileConfig: Partial<PlotlyConfig>

    Mobile Plotly config

    mobileLayout: Partial<PlotlyLayout>

    Mobile Plotly layout

    panelBreakpoint?: number

    Breakpoint for when to use mobile settings.

    This is the width of the container that the plot is in the viewport.