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

RangeBar Overlapping Reduces Bar Height, Persisting for Non-Overlapping Bars in Subsequent Rows #4707

Open
madmas opened this issue Sep 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@madmas
Copy link

madmas commented Sep 15, 2024

Description

In a rangeBar when we have overlapping bars, the height is correcly reduced so that both fit in the given line (first rows in screenshot are correcly showing bars with full height, then starting from "Ameira Geine" the height is reduced).
Then, the bars in the following rows keep the reduced bar height and do not fill the available space (due to the fect hat hey do not have concurrent bars).

In the row "Joe Jackson" this even deteriorates whan there are occurences of more concurrent bars.

Here is an screenshot showing it:

grafik

Expected Behavior

The bars in following line should take the height of the full line if possible.

Actual Behavior

see description above

Screenshots

Bildschirmfoto 2024-09-14 um 12 00 32

(all data is randomly generated, similarities in names are random and to not relate to real persons or projects)

Reproduction Link

see https://codepen.io/madmas/pen/eYwaGWy

@madmas madmas added the bug Something isn't working label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant