GenSpectrum / dashboard-components

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

`gs-date-range-selector`: Make target column configurable #213

Closed fengelniederhammer closed 6 months ago

fengelniederhammer commented 7 months ago

Currently, the date range selector emits events where the values are hardcoded:

CustomEvent<{
    dateFrom: string;
    dateTo: string;
}>

Make this configurable, so that date columns of arbitrary names can be targeted.