I’m quite new to the Vue.Js
framework. I’m trying to convert one of my graphs for use with Vue.Js
It is a CanvasJS
donut chart. On mousemove
, I want to call donutChartMousemove
function, but I get this error
[![enter image description here][1]][1]
[1]: https://i.stack.imgur.com/HvHBZ.png
And this is a link to what I currently have: https://stackblitz.com/edit/canvasjs-column-chart-vuejs-vmksxn
Here is my original chart in javascript
working as expected: http://jsfiddle.net/1mxq972o/1/