G2Plot
G2Plot copied to clipboard
🐛 [BUG]xAxis label autoRotate 超出canvas范围
🐛 Bug description [Please make everyone to understand it]
配置label自动旋转的时候,改变浏览器宽度。会出现label超出canvas范围的情况 官方链接
📷 Step to reproduce
- 52行左右。将autoRotate设为true。autoHide设为false
xAxis: {
label: {
autoHide: false,
autoRotate: true,
},
}
- 缩小屏幕
🏞 Expected result
完整展示出label
🚑 Any additional [like screenshots]
- G2Plot Version: 官方链接版本
- Platform: 官方web网站
同样的问题,似乎也没有什么办法可以通过配置解决。