Add customdata field to Plotly's PlotDatum. (#45987)

This commit is contained in:
Sean Kelley 2020-07-10 06:12:38 -07:00 committed by GitHub
parent 81d729425e
commit 53e3fb2b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ export interface PlotScatterDataPoint {
export interface PlotDatum {
curveNumber: number;
data: PlotData;
customdata: Datum;
pointIndex: number;
pointNumber: number;
x: Datum;