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
330
stars
81
forks
source link
Event functions does not work if chart is inserted with html tag. #256
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Events functions do not work if the chart is inserted directly in HTML with
For example:
The code above does not change the variable in ui and does not log in the browser console.