Skip to content

Commit 02ce8a0

Browse files
committed
Plotly v3 - Drop deprecated autotick attributes from cartesian axes
plotly/plotly.js#7236
1 parent 63f0a44 commit 02ce8a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/plotly.js/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,6 @@ export interface LayoutAxis extends Axis {
939939
rangeslider: Partial<RangeSlider>;
940940
rangeselector: Partial<RangeSelector>;
941941
automargin: boolean;
942-
autotick: boolean;
943942
angle: any;
944943
griddash: Dash;
945944
l2p: (v: Datum) => number;

0 commit comments

Comments
 (0)