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 that when using multiple ideograms, the band labels do not render properly. I suspect this is because the band label SVG are all sharing the same CSS class: class="bandLabel bsbsl-<number>". You can see this in action, when the ideograms on the same row, take turns rendering improperly. I created a test case here for you to try: https://github.com/matthewchan15/ideo-test-case/tree/issue-labels-multi
Below is a GIF showing the issue:
The text was updated successfully, but these errors were encountered:
The issue is that when using multiple ideograms, the band labels do not render properly. I suspect this is because the band label
SVG
are all sharing the same CSS class:class="bandLabel bsbsl-<number>"
. You can see this in action, when the ideograms on the same row, take turns rendering improperly. I created a test case here for you to try: https://github.com/matthewchan15/ideo-test-case/tree/issue-labels-multiBelow is a GIF showing the issue:
The text was updated successfully, but these errors were encountered: