[Chartjs]-Uncaught TypeError: Cannot read property 'draw' of undefined : Angular chart js

0👍

This fixed it for me. Make sure this is getting loaded.

<link rel="stylesheet" href="bower_components/angular-chart.js/dist/angular-chart.min.css.map">

Leave a comment