Chartjs-Type error in using chartjs and tc-angular-chartjs

0👍

Looks that chart.js library isn’t loaded properly. Please check if there is a chart.js folder in your node_modules, or maybe you are missing import in your .html?

See line 195 in demo files:
https://github.com/carlcraig/tc-angular-chartjs/blob/master/demo/index.html#L195

Leave a comment