amCharts 5 - 如何在甘特图上隐藏 X 轴标签?

amCharts5 - How to Hide X-Axis Labels on Gannt Chart?

我正在尝试使此代码 (amCharts 5 Gantt Chart) 适应我的项目,并希望隐藏此 amCharts 5 甘特图上的 x 轴标签。关于如何实现这一点有什么想法吗?

从他们的演示代码中,就在下面...

chart.appear(1000, 100);

添加以下...

xAxis.hide();

如果这对您不起作用,也许在显示图表后再做 (chart.appear(1000, 100);)?

更多信息:https://www.amcharts.com/docs/v5/reference/axislabel/#hide_method