'gridLineInterpolation:'polygon' を使用している場合、spiderwebgraphs の 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
}
}