score:2

Accepted answer

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
},

Related Query

More Query from same tag