Skip to content

Commit

Permalink
[plotly.js] Add missing data property on PlotlyHTMLElement.
Browse files Browse the repository at this point in the history
Signed-off-by: Junyao Chen <junyao.chen@nyu.edu>
  • Loading branch information
jychen630 committed Jul 1, 2023
1 parent 3420adf commit 9ae57bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/plotly.js/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export interface PlotlyHTMLElement extends HTMLElement {
callback: () => void,
): void;
removeAllListeners: (handler: string) => void;
data: Data[];
}

export interface ToImgopts {
Expand Down

0 comments on commit 9ae57bf

Please sign in to comment.