mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[plotly.js] add histogram fields to PlotData
This commit is contained in:
parent
5a33bbf12f
commit
ddc3de730a
6
types/plotly.js/index.d.ts
vendored
6
types/plotly.js/index.d.ts
vendored
@ -536,6 +536,12 @@ export interface PlotData {
|
||||
ygap: number;
|
||||
xgap: number;
|
||||
transpose: boolean;
|
||||
autobinx: boolean;
|
||||
xbins: {
|
||||
start: number | string;
|
||||
end: number | string;
|
||||
size: number | string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user