mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 09:10:09 +00:00
plotly.js: Add customdata field to PlotData and Margin padding (#39067)
This commit is contained in:
2
types/plotly.js/index.d.ts
vendored
2
types/plotly.js/index.d.ts
vendored
@@ -406,6 +406,7 @@ export interface Margin {
|
||||
b: number;
|
||||
l: number;
|
||||
r: number;
|
||||
pad: number;
|
||||
}
|
||||
|
||||
export type ModeBarDefaultButtons = 'lasso2d' | 'select2d' | 'sendDataToCloud' | 'autoScale2d' |
|
||||
@@ -575,6 +576,7 @@ export interface PlotData {
|
||||
rotation: number;
|
||||
theta: Datum[];
|
||||
r: Datum[];
|
||||
customdata: Datum[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user