0👍
✅
Adding these two lines of code to the script fixed the issue for me:
Chart.helpers.canvas.clipArea = function() {};
Chart.helpers.canvas.unclipArea = function() {};
Source:stackexchange.com