移除y轴刻度线

yAxis: { title: { text: '' }, gridLineWidth: 0, // 移除y轴的网格线 tickWidth: 0, // 移除y轴的刻度线 labels: { enabled: true }, title: { text: null } },
posted @ 2023-10-10 15:47  小林222  阅读(27)  评论(0)    收藏  举报