Added Plotly.js LayoutAxis property (#41437)

* Update index.d.ts

Added autotick

* Spaces to tabs

* Update index.d.ts
This commit is contained in:
Jack Laurence
2020-01-09 05:05:43 +08:00
committed by Armando Aguirre
parent dc94635804
commit 2ae85d9fb0

View File

@@ -373,6 +373,7 @@ export interface LayoutAxis extends Axis {
rangeslider: Partial<RangeSlider>;
rangeselector: Partial<RangeSelector>;
automargin: boolean;
autotick: boolean;
}
export interface SceneAxis extends Axis {