1👍
Solved:
The problem was in the definition of the canvas.
Once I changed the following code:
<canvas id="myChart"></canvas>
into the more specific:
<canvas id="myChart" width="400" height="190"></canvas>
animation has been working without a flaw 🙂
Source:stackexchange.com