ユーザーが max plotLine をチャートに追加し、プロットがその線を超えた場合にチャートの背景色を変更できるようにしようとしています。プロットラインを更新する方法を取得できないようです。私はもう試した:
chart.yAxis[0].update({
plotLines: [{
id: 'limit-max',
color: 'blue',
dashStyle: 'LongDashDot',
width: 1,
value: 45000,
zIndex: 0
}]
});
しかし、私はエラーが発生します:
TypeError: a は未定義です
...dBands,function(a){a.render()});n(this.series,function(a){a.isDirty=!0})},setCat...
highcharts.js (136 行目)