-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
1 step filter negation #2667
Comments
I've updated the title of this to be a request for single step negation |
I was thinking that from a dashboard, users should be able to quick exclude a term in a visualization, then re-include that term again. Say I have a dashboard with 10 visualizations, it would be nice to be able to quickly exclude/re-include a term from a given visualization -- like a quick check, without having to leave the dashboard. |
I agree that this would be nice. Perhaps something like control+clicking to add a negation filter would work best. |
Duplicate of #2184 |
Allow users to apply a filter to exclude a selected term. For example, in a vertical bar chart, where a vertical bar represents a term, allow user to select a bar and exclude it.
The exclusion capability is handy to exclude common terms that may skew a say top-10 chart.
For example if the vertical bar chart shows the top 10 class methods, but one of the method, X, is a generic method that is always called by other method, X will show up as a top method. Users ought to be able to easily exclude X.
The text was updated successfully, but these errors were encountered: