Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的图表没有太多空间,并且并非所有标签都被打印出来。如何避免 amCharts V4 在我的标签中添加 display = none?
见图表
谢谢!
我做的!
categoryAxis.renderer.minGridDistance = 10;
我试图在网格或标签中设置该属性,但它在轴本身中。