mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add missing selectedpoints field to PlotData to @types/plotly.js (#47877)
* Add missing selectedpoints field to PlotData As defined in the docs (https://plotly.com/javascript/reference/scatter/#scatter-selectedpoints) there should be a selectedpoints array of ids. * Change selectedpoints type to Datum[]
This commit is contained in:
parent
007785b542
commit
ff4dfa28ca
1
types/plotly.js/index.d.ts
vendored
1
types/plotly.js/index.d.ts
vendored
@ -1201,6 +1201,7 @@ export interface PlotData {
|
||||
theta: Datum[];
|
||||
r: Datum[];
|
||||
customdata: Datum[];
|
||||
selectedpoints: Datum[];
|
||||
domain: Partial<{
|
||||
rows: number;
|
||||
columns: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user