angular-chartjs
angular-chartjs copied to clipboard
## description i have declared chart.js inside `ng-template` but chart is not rendering properly ## sample code ``` {{ chart }} ``` it is working fine when i use like...
For anyone who has an issue with angular 5 and canvas, you have to do it like this: Html: ``` {{ chart }} ``` Use viewchild for angular, don't use...
Hi, I am getting the following error when trying to integrate the chartsjs with angular 6 ENOENT: no such file or directory /node_modules/chart.js/src/chart.js I could see the error even when...
When I run the example I get a Cors issue. Did you do something to allow the Cors? I also receive error: Failed to create chart: can't acquire context from...