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

Changing xaxis categories brings you to the top of the page #287

Open GitHubish opened 8 months ago

GitHubish commented 8 months ago

In my application, when I select criteria, I want to refine and change the data displayed in the graph, but when I modify the xaxis categories, it brings me right to the top of the page, as if I were clicking on a href="#" link.

here's an example on stackblitz

How can I fix this problem?

--EDIT-- The problem does not seem to be present in the "vanillajs" version. stackblitz