删除 amcharts 中图表滚动条上的图例

Remove the legend on chartscrollbar on amcharts

所以在附图中我想删除滚动条本身的数据。我已经尽可能多地查看图表。我能找到的最好的方法是直接删除所有我不想做的标签。

valueScrollbar 中的标签是将 autoGridCount 设置为 true 的结果。您必须删除 autoGridCount 设置或将其设置为 false 才能删除滚动条中的标签。