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
grid.containLabel在xAxis.axisLabel.rotate设置的情况下失效
grid包含x轴标签
option = { series:{ data:[1,2,3] }, grid:{ containLabel:true }, xAxis:{ data:["aaaaaaaaaa","bbbbbbbbbb","ccccccccc"], axisLabel:{ rotate:45 } }, yAxis:{} }
The text was updated successfully, but these errors were encountered:
containLabel 计算的是 rotate 之前的
Sorry, something went wrong.
Merge pull request #6951 from brendonboshell/containlabel-rotate2
ad6df1d
#5148: Consider label rotation when grid.containLabel is true
No branches or pull requests
One-line summary [问题简述]
grid.containLabel在xAxis.axisLabel.rotate设置的情况下失效
Version & Environment [版本及环境]
Expected behaviour [期望结果]
grid包含x轴标签
ECharts option [ECharts配置项]
Other comments [其他信息]
The text was updated successfully, but these errors were encountered: