We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the profile settings related to the filters, as suggested by @siosonel
The text was updated successfully, but these errors were encountered:
Not urgent. Can follow the pattern in configs of other plots, where it's clear what the available options are. Something like this in js:
js
countryTW: undefined, // { id: 'Fcountry' || 'Acountry' }, regionTW: undefined, // { id: 'FWHO_region' || 'AWHO_region' }, ...
or even better, convert to using typescript
type ProfileSettings = { ...., countryTW?: { id: 'Fcountry' || 'Acountry' }, regionTW?: { id: 'FWHO_region' || 'AWHO_region' }, } const localFilter: ProfileSettings = { ... }
Sorry, something went wrong.
airenzp
No branches or pull requests
Document the profile settings related to the filters, as suggested by @siosonel
The text was updated successfully, but these errors were encountered: