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

Multi axis bar charts are always stacked #3336

Closed
susodapop opened this issue Jan 24, 2019 · 1 comment
Closed

Multi axis bar charts are always stacked #3336

susodapop opened this issue Jan 24, 2019 · 1 comment

Comments

@susodapop
Copy link
Contributor

Issue Summary

A bar chart with two sets of data displayed on the left and right axes automatically stacks the data.

screen shot 2019-01-24 at 1 34 49 pm

In the example shown in this screenshot, every red bar should appear at 6 on the right axis. The blue bars are measured on the left axis. But instead of appearing as two separate bars, they are stacked. So the blue values under 20k are not rendered at all.

Steps to Reproduce

  1. Run a query where each returned record includes a category and number values
  2. Make a bar visualization with categories for the X axis and both number fields as the Y axes
  3. Configure one number value on the left Y axis and the other on the right

Technical details:

  • Redash Version: 431d6fa
  • Browser/OS: Firefox 64
  • How did you install Redash: Saas Version
@kravets-levko
Copy link
Collaborator

Duplicate #2292

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