apexcharts/ng-apexcharts

xaxis not updating correctly after click

naisMichi opened this issue · 2 comments

Hello currently i am facing an issue after clicking the legend to filter the results:

Before Filtering the bars are placed correct;
grafik

After Filtering the bars are placed on the wrong date.
grafik

Another thing: Why is the first of December never shown on the legend?

The Data looks like this:
grafik

The configuration is as followed:

xaxis: { type: 'datetime', tickPlacement: 'on', tickAmount: 'dataPoints' },

Can you please give me a hint why the axis is only correct after the series is updated and not after clicking the legend.

Any update on this?

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.