cuijiudai opened a new issue, #16905:
URL: https://github.com/apache/echarts/issues/16905

   ### 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
   
   ```markdown
   - OS: mac os 
   - Browser: chrome
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to