apexcharts / ng-apexcharts

ng-apexcharts is an implementation of apexcharts for angular. It comes with one simple component that enables you to use apexcharts in an angular project.
MIT License
310 stars 78 forks source link

i am facing this issues, how do declare chat #269

Open kabiio opened 1 year ago

kabiio commented 1 year ago

image

kabiio commented 1 year ago

d

damingerdai commented 1 year ago
- @ViewChild('chart', {static: true}) chart: ChartComponent;
+ @ViewChild('chart', {static: true}) chart!: ChartComponent;