antvis/G2

The issue has been closed
axis 设置 labelRotate 为 false 且 padding 为 auto 的时候不旋转 label #5633
pearmini posted onGitHub
Discussed in https://github.com/antvis/G2/discussions/5631
const chart = new Chart();
chart.options({
axis: { y: { labelAutoRotate: false }} // 不旋转轴
})