You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is probably not a quick change.
To avoid the error you can uncheck calculate VMR? and click on Load Data. The data will still be filtered, but on what is selected in the pull down box below (which often will be just the feature name). This is just temporary. I agree that we should have an option to disable filtering completely with maybe a warning that if you have a lot of features it shows an advise to limit the amount of features.
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

The text was updated successfully, but these errors were encountered: