You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is with our automatic dtick algorithm, which in certain conditions can return either 2 days or 3 days, in addition to 1 day, 1 week, and other values.
When you remove weekends with rangebreaks, 2 or 3 day ticks look bizarre.
Suggestion: if we have day of week breaks, run that algorithm but if the result was 2 days reduce it to 1 day, and if the result was 3 days increase it to 1 week.
See https://codepen.io/nicolaskruchten/pen/bGdxaVp
The text was updated successfully, but these errors were encountered: