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
Version
5.2.2
Link to Minimal Reproduction
https://codepen.io/cuijiudai/pen/qBpLoda
Steps to Reproduce
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
Any additional comments?
No response