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

Y-value is not correct but aggregated for Scatter, Line, Bubble chart #7329

Open
yoshiokatsuneo opened this issue Feb 15, 2025 · 0 comments
Open

Comments

@yoshiokatsuneo
Copy link
Contributor

yoshiokatsuneo commented Feb 15, 2025

Issue Summary

Chart for Scatter, Bubble, Line.. does not show correct y-value when there are multiple data for the same x-value.

Steps to Reproduce

  1. Run SQL for multiple data on the same x-value, like below.
select 1 as x, 1 as y
union all
select 2 as x, 1 as y
union all
select 3 as x, 1 as y
union all
select 3 as x, 1 as y

It should show y=1 for all value, but the chart show y=2 (=1+1) for x-value 3.

Y-value should not be aggregated for Scatter, line ,etc...

Image Image

Technical details:

  • Redash Version: Latest commit: 71902e5
  • Browser/OS: Chrome
  • How did you install Redash: from source code
@yoshiokatsuneo yoshiokatsuneo changed the title Y-value is not correct but aggregated for Scatter, Line, etc... Y-value is not correct but aggregated for Scatter, Line, Bubble chart Feb 15, 2025
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

1 participant