Skip to content

Conversation

@fhennig
Copy link
Contributor

@fhennig fhennig commented Jan 21, 2026

resolves #65

Summary

Adds the new "Queries over time" component.

Code example

<gs-queries-over-time
    lapisFilter='{ "pangoLineage": "JN.1*", "dateFrom": "2024-01-15", "dateTo": "2024-04-30" }'
    queries='[
        {
            "displayLabel": "S:F456L (single mutation)",
            "countQuery": "S:456L",
            "coverageQuery": "!S:456N"
        },
        {
            "displayLabel": "R346T + F456L (combination)",
            "countQuery": "S:346T & S:456L",
            "coverageQuery": "!S:346N & !S:456N"
        }
    ]'
    views='["grid"]'
    width='100%'
    height='700px'
    granularity="month"
    lapisDateField="date"
    pageSizes='[5,10]'
></gs-queries-over-time>

Screenshot

image

PR Checklist

  • All necessary documentation has been adapted.
  • The implemented feature is covered by an appropriate test.

@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
dashboard-components Error Error Jan 27, 2026 9:38am

Request Review

@fhennig fhennig self-assigned this Jan 21, 2026
@fhennig fhennig changed the base branch from main to query-queries-over-time January 21, 2026 13:44
Base automatically changed from query-queries-over-time to main January 22, 2026 15:26
@fhennig fhennig added the update-snapshots Update playwright snapshots label Jan 27, 2026
@github-actions github-actions bot removed the update-snapshots Update playwright snapshots label Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: New "mutation-group"-over-time component

2 participants