-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When creating an area chart with dates on the X-axis, the dates are being rendered incorrectly. There seems to be some timezone conversion happening even though datetimeUTC
is set to false
.
The data used for the chart needs to be rendered as defined- no date or time conversions should take place.
Steps to Reproduce
- Populate area chart with the following data:
- Define
xaxis
options:
- The incorrect dates are shown
Expected Behavior
The X-axis date should be 6-24
and 6-27
Actual Behavior
The X-axis date shows 6-23
and 6-26
Screenshots
See above screenshots
Reproduction Link
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working