-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Steps to Reproduce
- Config chart type as 'line'. and xaxis type is 'datetime'
- Config max as 1714881301463, min as 1714838101463, tickAmount as 10.
- Display xaixs time start close to next day (eg: Sat May 04 2024 23:55:01).
- Config labels as
labels: {
datetimeUTC: false,
formatter: undefined,
datetimeFormatter: {
year: 'yyyy',
month: 'MMM yyyy',
day: 'dd MMM',
hour: 'HH:mm'
}
}Reproduce Env
- OS version: Edition Windows 10 Enterprise LTSC
- Chrome version: 129.0.6668.70 (Official Build) (64-bit)
- Chrome version: 87.0.4280.141 (Official Build) (64-bit)
I can reproduce both of above chrome version .
Expected Behavior
Display correct Date 4 May at the left of xaxis label .
Actual Behavior
Display incorrect Date 24 May the the left of xaxis label.
Screenshots
Reproduction Link
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

