Skip to content

Commit 3b0094f

Browse files
committed
Plotly v3 - Drop deprecated autotick attributes from cartesian axes
plotly/plotly.js#7236
1 parent 0f47ce9 commit 3b0094f

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
@@ -934,7 +934,6 @@ export interface LayoutAxis extends Axis {
934934
rangeslider: Partial<RangeSlider>;
935935
rangeselector: Partial<RangeSelector>;
936936
automargin: boolean;
937-
autotick: boolean;
938937
angle: any;
939938
griddash: Dash;
940939
l2p: (v: Datum) => number;

0 commit comments

Comments
 (0)