vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

node_modules/angular2-google-chart/directives/angular2-google-chart.directive.ts(33,15): error TS7006: Parameter 'chartOptions' implicitly has an 'any' type #66

Open VIS-School-ERP opened 6 years ago

VIS-School-ERP commented 6 years ago

Getting this error with all parameters declared with drawGraph() 👍 and another error with this statement let msg;

I got a solution for this issue.

explicitly declare all parameters like drawGraph(chartOptions:any, chartType:any, chartData:any, ele:any) at line number 33 and statement let msg:any; at line number 47