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

[MLv2] Brush filters in visualizations #36110

Closed
5 tasks done
Tracked by #28689
ranquild opened this issue Nov 24, 2023 · 0 comments
Closed
5 tasks done
Tracked by #28689

[MLv2] Brush filters in visualizations #36110

ranquild opened this issue Nov 24, 2023 · 0 comments
Assignees

Comments

@ranquild
Copy link
Contributor

ranquild commented Nov 24, 2023

In visualizations you can apply filters by selecting certain range on the chart itself. This is called a "brush" filter. These filters could modify the temporal unit for the column and change the operator based on the selected range. Semantically this closely matches how drill thrus work, so here we follow the pattern by introducing a generic brushDrillThru function that works for columns of different types and different brush filters, including ranges (from left to right) and bounds (rectangular areas).

FE

  1. 3 of 3
    uladzimirdev
  2. uladzimirdev
  3. uladzimirdev

BE

  1. .Backend .Team/QueryProcessor .metabase-lib Querying/Drill Thrus
    camsaul
  2. .Team/QueryProcessor .metabase-lib Type:Bug
    camsaul
@ranquild ranquild added the .Team/DashViz Dashboard and Viz team label Nov 24, 2023
@ranquild ranquild added .Team/QueryingComponents and removed .Team/DashViz Dashboard and Viz team labels Dec 4, 2023
@ranquild ranquild changed the title [MLv2] Visualizations [MLv2] Brush filters in visualizations Dec 25, 2023
@ranquild ranquild added the .Team/QueryProcessor :hammer_and_wrench: label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants