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
feat(explore-suspect-attrs): Hiding long x-axis labels (#95265)
We can have really long labels even after hideOverlap is set to true. If
we have any labels are are exceeding the bounds of the container, we
don't want to show any of of the x-axis labels. The user is expected to
learn about the values from the tooltip.
Hidden labels:
<img width="725" height="200" alt="Screenshot 2025-07-10 at 2 04 10 PM"
src="https://github.com/user-attachments/assets/e4908548-fbd0-4f6f-964a-294179f52548"
/>
Shown labels:
<img width="386" height="203" alt="Screenshot 2025-07-10 at 2 04 03 PM"
src="https://github.com/user-attachments/assets/f52af94b-9692-4c19-aad1-13b2ad71ca23"
/>
---------
Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
0 commit comments