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

Dynamic max value calculated per Column instead of whole Table #35324

Closed
FireEmerald opened this issue Jun 7, 2021 · 1 comment
Closed

Dynamic max value calculated per Column instead of whole Table #35324

FireEmerald opened this issue Jun 7, 2021 · 1 comment

Comments

@FireEmerald
Copy link

What happened:
If you use a Override for a column to set the Cell display mode to Gradient gauge, the maximum is calculated based on all values of all columns.
out

What you expected to happen:
The maximum should be only calculated per column, not between different columns.

How to reproduce it:

  • Create a new panel: Visualization -> Table
  • Set: Format as: Table
  • Query:
SELECT
 c1 as time,
 c2 as small,
 c3 as large
FROM (VALUES
  (1,10,1000), (2,20,2000), (3,30,3000)
) t1 (c1, c2, c3)
  • Create override: Overrides -> Cell display mode -> Gradient gauge

Environment:

  • Grafana version: v7.5.7 (91de517)
@torkelo
Copy link
Member

torkelo commented Jun 7, 2021

duplicate of #26383

@torkelo torkelo closed this as completed Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants