apexcharts / Blazor-ApexCharts

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

TimeStamps in chart 1 hour later then they should be #381

Closed PatTheLad closed 7 months ago

PatTheLad commented 8 months ago

When I load data from my backend everything looks fine and even when I load it in the chart for only one day everything again looks just fine. But when I load mutliple days (only sometimes) every timestamp moves 1 hour into the future.

How it looks wrong with 2 days (one hour later then it should be) image

How it should be image

Thanks in advance for your help!

meronz commented 7 months ago

Could this be already fixed in ApexCharts.js 3.45.2?

Possibly related PR https://github.com/apexcharts/apexcharts.js/pull/4159

joadan commented 7 months ago

Could this be already fixed in ApexCharts.js 3.45.2?

Possibly related PR apexcharts/apexcharts.js#4159

Could be, I don't have the details. I'll try to prepare a new version that we can try.

joadan commented 7 months ago

please check version 2.3.0

PatTheLad commented 7 months ago

Thank you all for the fast answers! The problem didnt show up again (seems to be fixed).