-
Notifications
You must be signed in to change notification settings - Fork 19.8k
xAxis don't display as setted values when type :"time" [Bug] #16905
Copy link
Copy link
Closed as not planned
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.waiting-for: community
Description
Version
5.2.2
Link to Minimal Reproduction
https://codepen.io/cuijiudai/pen/qBpLoda
Steps to Reproduce
I has set options: type: 'time', and also 'intervals', 'min' and 'max'
xAxis: {
type: 'time',
interval: 3600000,
min: 1649919600000,
max: 1649930400000
}
Current Behavior
how ever the xAxis do not split by the "interval" value . The begin and ends are no correct 。
it is split by a day long!
Expected Behavior
xAxis could behavior as setted , inclue the "interval", "min" , "max"
Environment
- OS: mac os
- Browser: chrome
- Framework:Any additional comments?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugenThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.waiting-for: community