1
上のように選択したままにした画像で指さ: Highchartsは選択の上、私が選択層を残したい、私はカスタム選択をしたい選択
chart: {
events: {
selection: function (event) {
event.preventDefault();
event.xAxis[0].axis.chart.series[0].points.forEach(function (point) {
point.select(true, true);
})
}
},
zoomType: 'x'
},
例はhereですが、私はちょうどポイントを選択。
は、それは私がキャッチされない例外TypeErrorを取得し、 – RaShe
:)おかげで働いていましたか? – RaShe
Highcharts.Color( '#335cad') – RaShe