Is your feature request related to a problem? Please describe.
For my data, the heatmap doesn't load when features are filtered by VMR, and the VMR must be manually set to 0 each time the browser is loaded for the heatmap to render.
Describe the solution you'd like
An option to disable filtering, either in the UI by checkbox (something like "filter features?" in the Ingest tab or sidebar) and/or as an option for developers to disable that feature entirely. If this is implemented as a checkbox in the UI, it would be great to be able to set the default selection (checked/unchecked) as well.
Describe alternatives you've considered
A call to validate() with a message like "change the feature filtering settings in the sidebar to render the heatmap" in the heatmap server function to avoid the error message below.
Additional context

Is your feature request related to a problem? Please describe.
For my data, the heatmap doesn't load when features are filtered by VMR, and the VMR must be manually set to 0 each time the browser is loaded for the heatmap to render.
Describe the solution you'd like
An option to disable filtering, either in the UI by checkbox (something like "filter features?" in the Ingest tab or sidebar) and/or as an option for developers to disable that feature entirely. If this is implemented as a checkbox in the UI, it would be great to be able to set the default selection (checked/unchecked) as well.
Describe alternatives you've considered
A call to
validate()with a message like "change the feature filtering settings in the sidebar to render the heatmap" in the heatmap server function to avoid the error message below.Additional context
