mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-19 00:10:26 +00:00
[plotly.js] add histogram fields to PlotData
This commit is contained in:
Vendored
+6
@@ -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