Skip to content
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

SchedulerProportionalViewitem should allow rendering of multiple events on one row if they are not overlapping #1402

Open
kdikov82 opened this issue Aug 26, 2022 · 1 comment
Labels
Enhancement New feature of an existing functionality or an improvement of an existing functionality pkg:Scheduler

Comments

@kdikov82
Copy link
Contributor

kdikov82 commented Aug 26, 2022

Currently, even if two SchedulerProportionalViewitem events do not overlap, they are still rendered on different lines when they end and start in the same slot:
https://stackblitz.com/edit/react-alqfls-urgfvu?file=app%2Fmain.jsx

For normal ViewItem this is expected, because they cover the slot, but with proportional items we can render them on the same row when they do not overlap

@kdikov82 kdikov82 added Enhancement New feature of an existing functionality or an improvement of an existing functionality pkg:Scheduler labels Aug 26, 2022
@kdikov82
Copy link
Contributor Author

Adding one more scenario with vertical items:
https://stackblitz.com/edit/react-utk58d?file=app%2Fmain.jsx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature of an existing functionality or an improvement of an existing functionality pkg:Scheduler
Projects
None yet
Development

No branches or pull requests

2 participants