Uncaught TypeError: easingFunction is not a function
animation.render @ Chart-2.0.0-beta.js:1411
Chart.animationService.startDigest @ Chart-2.0.0-beta.js:1157
Chart.animationService.digestWrapper @ Chart-2.0.0-beta.js:1135
This happens on mousemove events after being rendered. Animation is disabled via options.
Client code to render is:
new Chart.Line(ctx, {
data: {
labels: dates,
datasets: [{
label: "values",
data: values
}]
},
options: {
animation: false,
datasetFill: false,
pointHitDetectionRadius: 4
}
});
Sooooo i’m in 2.4.0 and this still happens…So we can´t have animations now ?
Fixed this by doing animation block,