apexcharts / Blazor-ApexCharts

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

Custom ToolTip Is failing with JS Data Pointer Enter Invoking Execption. #497

Closed junaidiqbal0022 closed 1 month ago

junaidiqbal0022 commented 1 month ago

blazor.web.js:1 Uncaught (in promise) Error: There was an exception invoking 'JSDataPointEnter'. For more details turn on detailed exceptions in 'CircuitOptions.DetailedErrors' at y.endInvokeDotNetFromJS (blazor.web.js:1:3305) at gn._invokeClientMethod (blazor.web.js:1:62730) at gn._processIncomingData (blazor.web.js:1:60119) at connection.onreceive (blazor.web.js:1:53760) at i.onmessage (blazor.web.js:1:81866)

junaidiqbal0022 commented 1 month ago

Was resolved after deleting bin and obj folders and re-building the solution.