apexcharts / Blazor-ApexCharts

A blazor wrapper for ApexCharts.js
https://apexcharts.github.io/Blazor-ApexCharts
MIT License
788 stars 91 forks source link

AnnotationPoint events are not working #494

Open mwhesotech opened 1 month ago

mwhesotech commented 1 month ago

If you add an AnnoationPoint event like OnAnnotationPointMouseEnter, OnAnnotationPointMouseLeave or OnAnnotationPointClick this event is nerver fired. This is caused by a typo in the source code.

See Pull request #488