bgmeinder commented on issue #18252:
URL: https://github.com/apache/echarts/issues/18252#issuecomment-1471359919

   Yeah, this functionality broke interval and minInterval.  Maybe minInterval 
was always weird where it seems like there is some internal calculation to 
determine how many ticks to show, and you have to have a high enough 
minInterval to push it to the next threshold. 
   
   There is all kinds of weirdness and inconsistency going on.  You set a min: 
6/14, max: 9/18 and you get 7 day intervals, with issues each month because the 
intervals hit the 29th and 1st.  You change min to 6/13, and suddenly it's 
bi-monthly, but 1st & 17th.  I mean, I can live with that, because it's not 
noticeably differently sized intervals, but huh?  13 days, 16 days, 14 days, 16 
days?  Maybe there is a timezone issue, but wouldn't you expect 1/15 each 
month? Or some moment month/2 days or something?
   
   
   
   
   
   


-- 
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