[Chartjs]-Importing chart.js to aurelia causes page errors after bunldling

0👍

most likely you need to install chart.js with a “global” override:

jspm install npm:chartjs -o "{format: 'global'}"

But, actually, your best option is to use aurelia-chart, which is based on chart.js 2.x 🙂

Leave a comment