例に示すように、同じグラフにプロットする必要がある 2 つの系列があります。軸を「同期」して、両方の「0」(原点) の線が整列するようにするにはどうすればよいですか?
これらは独立している必要がありますが、値も同じであるため、linkedTo プロパティを使用できません。0-line の位置だけが同じである必要があります。
yAxis: [{ // Primary yAxis
labels: {
formatter: function() {
return this.value +'°C';
},
style: {
color: '#89A54E'
}
},
title: {
text: 'Temperature',
style: {
color: '#89A54E'
}
}
}