mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[plotly.js] add domain to layout. (#42107)
This commit is contained in:
parent
8a75816499
commit
271bc26033
6
types/plotly.js/index.d.ts
vendored
6
types/plotly.js/index.d.ts
vendored
@ -645,6 +645,12 @@ export interface PlotData {
|
||||
theta: Datum[];
|
||||
r: Datum[];
|
||||
customdata: Datum[];
|
||||
domain: Partial<{
|
||||
rows: number;
|
||||
columns: number;
|
||||
x: number[];
|
||||
y: number[];
|
||||
}>;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user