fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

Error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'fusioncharts'. #191

Open deiva94 opened 5 months ago

deiva94 commented 5 months ago

error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'fusioncharts'.

<fusioncharts width="700" height="400" [dataSource]="dataSource">

stoppableforce commented 2 months ago

We encountered this issue in 4.1.0. Downgrading to 4.0.3 solved it for us.