mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-08 04:20:06 +00:00
[plotly.js] add histogram fields to PlotData
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user