GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

feat(components): hide proportion text on small mutations over time windows #383

Closed JonasKellerer closed 4 months ago

JonasKellerer commented 4 months ago

resolves #377

Summary

The proportion text on the grid is hidden, when the column width is smaller than the text. Also changed slightly the design of the tooltip, so it is less wide. This way it will not reach to far to the right on small screens with only a few columns.

Screenshot

grafik

PR Checklist

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 2:03pm
github-actions[bot] commented 4 months ago

This is a preview of the changelog of the next release:

0.6.7 (2024-07-24)

Features

JonasKellerer commented 4 months ago

As discussed, the tooltip can "reach out" to the right on small screens, which introduces again a scrolling bar. We will address this in #391