Hello,
I did a line chart as a Vue JS component, basic procedure how I did integrate CanvasJS in Vue JS is like in this CanvasJS Chart in Vue.js example.
However if I just create a plain HTML page with the very same line chart (no Vue Js here), or do the same in Vue JS then the resulting performance when hovering over the chart, or zooming and panning is different.
In plain HTML all is super fast, with Vue JS however it is just below smooth, panning is even lagging quite behind the mouse movement.
Has anybody an idea what is happening here, what I did wrong ?
Thanks for any help, Stephan