From 2ae85d9fb07757ce9e85e503eccc7ba59ab1029d Mon Sep 17 00:00:00 2001 From: Jack Laurence Date: Thu, 9 Jan 2020 05:05:43 +0800 Subject: [PATCH] Added Plotly.js LayoutAxis property (#41437) * Update index.d.ts Added autotick * Spaces to tabs * Update index.d.ts --- types/plotly.js/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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 {