I had a same problem, and found a solution for it.
Check your page source that contain a chart.
In header two js files have to load.
wp-charts/js/Chart.min.js + wp-charts/js/functions.js
In my case the function.js file did not loaded and I add it to header.php manually. then the problem solved!