apexcharts / Blazor-ApexCharts

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

Area chart svg lines funky after .NET 8 upgrade #376

Closed keenan-chiasson closed 6 months ago

keenan-chiasson commented 8 months ago

After updating my project to .NET 8 the area charts are displaying buggy behavior

image

After testing with my team, we noticed that the behavior occurs due to null values and only on area charts, not on line charts.

nmakhmutov commented 8 months ago
Screenshot 2024-01-04 at 19 04 06

Yes, I faced with the same problem with SeriesType.Area

joadan commented 8 months ago

Hi,

I believe this is the same as this, https://github.com/apexcharts/apexcharts.js/issues/4154

keenan-chiasson commented 8 months ago

Disabling animation seems to be a usable workaround until this is fixed

joadan commented 6 months ago

According to https://github.com/apexcharts/apexcharts.js/issues/4154 this has been fixed in apexcharts.js

I'll close the issue, please re-open if problem persists.