MIT-CAVE / cave_static

A react based static web app to be used as a UI and data consumer for the CAVE app.
Apache License 2.0
0 stars 1 forks source link

Clean up NA Groupings #501

Closed connor-makowski closed 2 months ago

connor-makowski commented 3 months ago

In the charts, when groups/subgroups have NA values due to filtering/missing data etc. we still show the item in the on hover and in the axis. We should add a new toggle to allow removing these from the charts.

Add a toggle to the chart below 0 NA Values to allow toggling NA Groupings. This should default to False (which is not the current behavior).

connor-makowski commented 3 months ago

Note: This should also affect the chart legend for coloring / subgroups.