[Visualizations] Barchart limit to top 10 or so. #6046
aashishvanand
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assuming there are 25 records in the query. Why not have a feature that can limit the top 10 or top 5 items to show in the bar chart? With 25 items in the bar chart, it looks kinda too congested.
I know I can do the same in the query. But what If I don't want to have the same query running twice just to show two different outputs?
Example:
For both plots I use the same query
One on the left looks great where as the one on the right looks too congested. If there is a limit on the frontend it would be easy to filter rather than running the same query twice.
Beta Was this translation helpful? Give feedback.
All reactions