0

Highstock 1.3.0 を使用するようにアプリをアップグレードしました。

アップグレード前は、xAxis.events.afterSetExtremes イベントは、ユーザーが x 軸範囲スライダーのスライドまたは調整を停止した後に 1 回だけ発生していました。

これで、イベントが繰り返し発生します。この動作の変更は意図したものですか? もしそうなら、スロットルする、またはユーザーアクティビティがいつ停止したかを知るためのベストプラクティスの方法はありますか?

ps "事前" ===> Highstock JS v1.2.5

4

1 に答える 1

2

After investigation (looked at the latest async load demo) I discovered an attribute that I can set in the options of a new Chart that seems to solve this problem:

scrollbar: {
    liveRedraw: false
},
于 2013-03-29T18:10:55.073 に答える