DefinitelyTyped/types/plotly.js
Oliver Dudgeon f16a94d91b
Fix the bargap and bargroupgap to match the spec (#45293)
The spec (https://plotly.com/javascript/reference/#layout-bargap) allows a value between 0 and 1 but the types here only allow 0 or 1 which is too restrictive and would require an `as any` assertion to make this option work as intended.
2020-06-11 14:34:26 -04:00
..
lib
test
index.d.ts
tsconfig.json
tslint.json