mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-19 07:30:27 +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
Vendored
+1
@@ -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