-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
panel/table columns' title don't change when rearrange queries. #11690
Milestone
Comments
ryantxu
added a commit
to NatelEnergy/grafana
that referenced
this issue
May 4, 2018
* grafana/master: changelog: add notes about closing grafana#11616 fixed text color in light theme changelog: add notes about closing grafana#11800 test if default variable interpolation is effective when no specific format is specified changelog: notes about closing grafana#11690 changelog: add notes for #grafana#11754, grafana#11758, grafana#11710 scroll: remove firefox scrollbars dont shadow format passed in as function parameter Metrics package now follows new service interface & registration (grafana#11787) scroll: fix scrolling on mobile Chrome (grafana#11710) fixed so all buttons are styled not just small ones, fixes grafana#11616 add test for prometheus table column title increase length of auth_id column in user_auth table fix to match table column name and order
ryantxu
added a commit
to ryantxu/grafana
that referenced
this issue
May 7, 2018
* grafana/master: (531 commits) Update ROADMAP.md support additional fields in authproxy (grafana#11661) better handling for special chars in db config (grafana#11662) Fix/improved csv output (grafana#11740) Update ROADMAP.md Update ROADMAP.md Update ROADMAP.md Remove preceding `/` from public JS path (grafana#11804) Add panel scrolling docs (grafana#11826) escape pipe symbol same way as in templating docs changelog: add notes about closing grafana#11616 added left:unset to counter left:0 in recent react-select release fixed text color in light theme changelog: add notes about closing grafana#11800 test if default variable interpolation is effective when no specific format is specified changelog: notes about closing grafana#11690 changelog: add notes for #grafana#11754, grafana#11758, grafana#11710 scroll: remove firefox scrollbars Add missing items to Gopkg.lock pipe escape try grafana#3 ...
This was referenced Nov 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suggested label: "type/bug" label:"comp: panel/table"
What Grafana version are you using? & What OS are you running grafana on?
Grafana:5.0.4 on Docker
DataSource
Prometheus
What did you do?&What was the expected result?&What happened instead?
When using panel/table with multiple queries. The columns' titles should match with queries, which is true until you rearrange the queries with "Move up/Move down". The queries and columns are rearranged but the columns' title remain alphabetical
Value #A
Value #B
Value #C
What's the influence?
This will mess up the
Column Styles
completely which match the tables with their names(Apply-to-columns-named) Especially when you have values of different data types.The text was updated successfully, but these errors were encountered: