使用 'gridLineInterpolation:'polygon' 时,在蜘蛛网图的 y 轴上呈现标签似乎存在错误,标签在不使用时定位正确,并且它们似乎保持相同的位置。见https://www.evernote.com/shard/s44/sh/f04023fb-d6ed-4b59-baad-f2181bd4de64/5d9f780d6f5511bbe7cf53a4eb94d595
相关配置:
yAxis:{
gridLineInterpolation:'polygon',
lineWidth:0,
min:0,
max:5,
tickInterval: 1,
labels: {
enabled: true, x: 0, y: 0, step: 1
}
}