Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a drop_common_labels() in the graph UI #2118
Comments
brian-brazil
added
priority/Pmaybe
component/ui
kind/enhancement
labels
Jul 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EdSchouten commentedOct 25, 2016
While experimenting with queries, root-causing problems, etc. etc. etc. I often find myself adding
drop_common_labels()around an existing query, because the key shown below the graph is too cluttered.Would it be possible to have some short-hand feature for this? For example, having a checkbox next to the graph. When clicked, the query doesn't need to be re-executed, but the key below the graph is updated to no longer include common labels. The common labels may still be showed once below the graph, so the information is not lost.