The issue has been closed
Reproduction link
https://3h0kb.csb.app/
Steps to reproduce
axis的label被遮挡
Environment |
Info |
g2 |
4.1.19 |
System |
- |
Browser |
- |

<!-- generated by antv-issue-helper. DO NOT REMOVE -->

下面这个图的 label 不是没有被遮挡吗?自己解决问题了吗?
chart.axis('x-field', { top: true });
设置 top = true,可以让 axis 的内容绘制在图形的上层,防止被覆盖。
posted by hustcc over 3 years ago