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

Chart doesn't show values #6996

Open
denisov-vlad opened this issue May 30, 2024 · 1 comment
Open

Chart doesn't show values #6996

denisov-vlad opened this issue May 30, 2024 · 1 comment

Comments

@denisov-vlad
Copy link
Member

Issue Summary

Chart values always equals 0 on hover.

Steps to Reproduce

  1. Run SQL query:
SELECT 5 as atc_count, 7 as qty_users
UNION ALL SELECT 8,1
UNION ALL SELECT 1,290
UNION ALL SELECT 4,11
UNION ALL SELECT 0,763
UNION ALL SELECT 7,1
UNION ALL SELECT 3,25
UNION ALL SELECT 6,4
UNION ALL SELECT 2,68
  1. Build any chart (i.e. bar) with atc_count on X, qty_users on Y
  2. Move pointer to the second bar (X=1)
  3. See value = 0
redash_screen

Technical details:

  • Redash Version: ec051a8
  • Browser/OS: Chrome 125 / Windows 11
  • How did you install Redash: Docker compose (image built from source)
@eradman
Copy link
Collaborator

eradman commented Jun 18, 2024

@denisov-vlad can you confirm that this problem is resolved in the latest checkout?

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