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 🙂
- [Chartjs]-How can I specify "per dataset" parsing with Chart.js?
- [Chartjs]-Passing the same props while rendering different elements conditionally in React.js
Source:stackexchange.com