I am plotting roughly 30000-50000 points with 5-10 seconds between each point, when the first point is between 23:00 and 00:00, I found that the x axis will have a duplicate 00:00 label which cause the whole x label to be 1 hour off. You can see from the following picture, there is an extra date between 00:00 and 1:00
I am using "apexcharts": "^3.42.0" and "react-apexcharts": "^1.4.1"
Description
I am plotting roughly 30000-50000 points with 5-10 seconds between each point, when the first point is between 23:00 and 00:00, I found that the x axis will have a duplicate 00:00 label which cause the whole x label to be 1 hour off. You can see from the following picture, there is an extra date between 00:00 and 1:00
I am using "apexcharts": "^3.42.0" and "react-apexcharts": "^1.4.1"
Steps to Reproduce
Expected Behavior
x axis label should match the tooltip, there should be an extra label between 00:00 and 01:00
Actual Behavior
x axis has one extra label causing the datetime 1 hour off
Screenshots
Reproduction Link
(https://codepen.io/Victor-Yan-the-styleful/pen/WNLdmEr)