Skip to content

Commit 655e7ed

Browse files
committed
Plotly v3 - Drop deprecated autotick attributes from cartesian axes
plotly/plotly.js#7236
1 parent 339d9d8 commit 655e7ed

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

0 commit comments

Comments
 (0)