-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Timeline] Fix display of unit above #140
Comments
Looks like the issue has been found in a wrong calculation of the For what concerns the Instead for what concerns the The final place to look for is the |
## [1.16.2](v1.16.1...v1.16.2) (2023-11-06) ### Bug Fixes * 🐛 [Timeline] Fixed display for month unit ([a551ddf](a551ddf)) * 🐛 [TimeLine] Fixed display of unit above ([f67d077](f67d077)), closes [#140](#140) * 🐛 [TimeLine] Fixed display of visibleTimeBlock with Tz ([d6f31e5](d6f31e5)), closes [#140](#140) * 🐛 [TimeLine] fixed display unitAbove when TZ change ([6f7b7b0](6f7b7b0)), closes [#140](#140) * 🐛 [timeLine] fixed start interval for week unit ([02c81d9](02c81d9)), closes [#140](#140) * 🐛 [Timeline] Print unit above of length = rowHeight ([ea9a047](ea9a047))
🎉 This issue has been resolved in version 1.16.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Unit above gets displayed in the wrong way, not starting from its beginning (this applies from weeks and above, not for days below => hours / mins).
The text was updated successfully, but these errors were encountered: