diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index 00b51ff12a..11d088350d 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -373,6 +373,7 @@ export interface LayoutAxis extends Axis { rangeslider: Partial; rangeselector: Partial; automargin: boolean; + autotick: boolean; } export interface SceneAxis extends Axis {