GenSpectrum / dashboard-components

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

feat(components): initial mutations over time component #358

Closed JonasKellerer closed 4 months ago

JonasKellerer commented 4 months ago

resolves #59

Summary

Adds a new component, which shows the mutations over time, similar to covSpectrum. Currently missing are the tooltips and the selector for the color scale. They will be done in #353 and #354.

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 22, 2024 8:10am
github-actions[bot] commented 4 months ago

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

0.6.3 (2024-07-22)

Features

JonasKellerer commented 4 months ago

This PR is missing a test for the queryMutationOverTime function, which will be added.

fengelniederhammer commented 4 months ago

It would also be good to link the issue in the commit message (either appending the issue to the header or by using closes # or Refs: # in the footer, so that it appears in the changelog.

JonasKellerer commented 4 months ago

As discussed: we added a new ticket #367 to limit the number of shown mutations/dates. For now we keep the component as is.

I rebased the PR, so we get rid of the extra commit.