GenSpectrum / dashboard-components

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

Overview: Aggregated data table #154

Open chaoran-chen opened 2 months ago

chaoran-chen commented 2 months ago

We should create a very general component that can show aggregated data coming from LAPIS. The maintainer has to define (at least) a filter selector and a list of fields and the component will then show a table with each field being a column and a count column (and potentially also a proportion column.

chaoran-chen commented 2 months ago

Given fields = ["country", "division", "host"], the table would like like

country | division | host | count | proportion
------------------------------------------------
Switzerland | Basel | Human | 12 | 0.4%