DefinitelyTyped/types/plotly.js
Oleg Shilov 9925a1f4ba
fix(plotly.js): add missing properties to Axis interface (#45829)
* fix(plotly.js): add missing `tickformatstops` property to `Axis` interface

* test(plotly.js): add test for `tickformatstops` param

* fix(plotly.js): use `Array` instead `[]` for `tickformatstops` definition

* chore(plotly.js): format code with prettier

* fix(plotly.js): use more specific type for `PlotRestyleEvent` update property

* fix(plotly.js): add missing `multicategory` type to `AxisType`

* feat(plotly.js): update `Axis` interface

add some missing types and docs to `Axis` in accordance with https://github.com/plotly/plotly.js/blob/master/src/plots/cartesian/layout_attributes.js

* chore(plotly.js): remove `@deprecated` tags
2020-07-20 13:44:52 -07:00
..
lib
test fix(plotly.js): add missing properties to Axis interface (#45829) 2020-07-20 13:44:52 -07:00
index.d.ts fix(plotly.js): add missing properties to Axis interface (#45829) 2020-07-20 13:44:52 -07:00
tsconfig.json
tslint.json