Feature description
Now that we've implemented reactive filtered counts for checkbox groups, we should do the same for sliderInput ranges as part of the hierarchical filter concept.

My thoughts on some of the "action" logic that needs to happen are outlined below...
So after updates in other filter variables that may affect the resulting filtered data
- Slider range should re-adjust to min-max of the filtered data (light blue histogram) at default.
- If the previous selected range was smaller than the min or bigger than the max of the new range, then selected range should also re-adjust to the new range
- If the previous selected range is already within the new range of the filtered data, then no change
- User should still be able enter numerical range manually, and the entered range can be larger (eg. out-of-bounds) compared to the actual range of filtered data.
Similar to what was ask #8
Code of Conduct
Contribution Guidelines
Security Policy
Feature description
Now that we've implemented reactive filtered counts for checkbox groups, we should do the same for sliderInput ranges as part of the hierarchical filter concept.
My thoughts on some of the "action" logic that needs to happen are outlined below...
So after updates in other filter variables that may affect the resulting filtered data
Similar to what was ask #8
Code of Conduct
Contribution Guidelines
Security Policy