Skip to content

Commit d429bf8

Browse files
committed
feat: disable autoRotate by default
1 parent 5d61428 commit d429bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/plot.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export abstract class Plot<O extends PickOptions> extends EE {
112112
xAxis: {
113113
nice: true,
114114
label: {
115-
autoRotate: true,
115+
autoRotate: false,
116116
autoHide: true,
117117
},
118118
},

0 commit comments

Comments
 (0)