mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Added Plotly.js LayoutAxis property (#41437)
* Update index.d.ts Added autotick * Spaces to tabs * Update index.d.ts
This commit is contained in:
committed by
Armando Aguirre
parent
dc94635804
commit
2ae85d9fb0
1
types/plotly.js/index.d.ts
vendored
1
types/plotly.js/index.d.ts
vendored
@@ -373,6 +373,7 @@ export interface LayoutAxis extends Axis {
|
||||
rangeslider: Partial<RangeSlider>;
|
||||
rangeselector: Partial<RangeSelector>;
|
||||
automargin: boolean;
|
||||
autotick: boolean;
|
||||
}
|
||||
|
||||
export interface SceneAxis extends Axis {
|
||||
|
||||
Reference in New Issue
Block a user