I have a a simple chartjs bar chart here - https://jsfiddle.net/e8n4xd4z/1037/
I am displaying the amounts in the bars using the onComplete function.
When I hover the bar the numbers flash on and off.
Can anyone see or know why this happens?
<body>
<canvas id="chartJSContainer" width="600" height="400"></canvas>
</body>