Skip to content

Commit 8b68786

Browse files
committed
Plotly v3 - Drop deprecated autotick attributes from cartesian axes
plotly/plotly.js#7236
1 parent 2bcd600 commit 8b68786

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

types/plotly.js/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ export interface LayoutAxis extends Axis {
965965
rangeslider: Partial<RangeSlider>;
966966
rangeselector: Partial<RangeSelector>;
967967
automargin: boolean;
968-
autotick: boolean;
969968
angle: any;
970969
griddash: Dash;
971970
l2p: (v: Datum) => number;

0 commit comments

Comments
 (0)