ChartBeforeDrawEventData: DashboardItemEventData & {
    plotlyData: GraphData[];
}

Type declaration

  • plotlyData: GraphData[]

    Plotly GraphData[] about to be drawn in the chart

     

    Any changes to this object will be reflected in the chart when it draws