Skip to content
New issue

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

Filtering in histogram plots #2565

Open
jrchudy opened this issue Oct 31, 2024 · 0 comments
Open

Filtering in histogram plots #2565

jrchudy opened this issue Oct 31, 2024 · 0 comments
Labels
bug facet investigation required Requires some initial investigation

Comments

@jrchudy
Copy link
Member

jrchudy commented Oct 31, 2024

If multiple facets with histogram plots are opened, zooming in on 1 facet, adding the smaller set as a filter, then removing that filter causes unexpected UI results for other histogram facets.

Steps to reproduce:

  • Use this catalog I generated https://dev.derivacloud.org/chaise/recordset/#85861/histogram-faceting:main to test the 4 histogram facets together
    • if this doesn't work anymore, use createHistograms.js script in ErmrestDataUtils repo
  • open all the facets (only int_col should be open on load)
  • zoom in once in the float_col facet and click the + button to add this zoomed in range as a filter
    • all facets should appear to update properly
  • clear the float_col filter by clicking the X in the chiclet under the "search all columns" search box
    • Filter should be cleared and all facets "refresh" their plots to be accurate of the whole set
    • BUT the unzoom button is visible in all 4 facets when it shouldn't be since all of the facets should have been reset
      • unzoom in float_col when clicked will actually zoom once (the last state) and then unzoom back to the original state on a 2nd click
      • similar bug can be seen with the other 3 facets as well
@RFSH RFSH added the investigation required Requires some initial investigation label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug facet investigation required Requires some initial investigation
Projects
None yet
Development

No branches or pull requests

2 participants