We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.X版本x轴旋转不使用默认自动旋转90度,如何设置自定义旋转角度,
No response
The text was updated successfully, but these errors were encountered:
`import { Chart } from '@antv/g2';
const data = [ { letter: 'A', frequency: 0.08167 }, { letter: 'B-a12121212s', frequency: 0.01492 }, { letter: 'C-', frequency: 0.02782 }, ]; const chart = new Chart({ container: 'container', autoFit: true, });
chart.interval().data(data).encode('x', 'letter').encode('y', 'frequency').axis('x',{ transform:[], labelAutoRotate:{ optionalAngles:[45], recoverWhenFailed:false } });
chart.render(); `
Sorry, something went wrong.
No branches or pull requests
问题描述
5.X版本x轴旋转不使用默认自动旋转90度,如何设置自定义旋转角度,
重现链接
No response
重现步骤
No response
预期行为
No response
平台
屏幕截图或视频(可选)
No response
补充说明(可选)
No response
The text was updated successfully, but these errors were encountered: