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

Third column not selectable for Bubble and Heatmap charts #4448

Closed
deecay opened this issue Dec 15, 2019 · 0 comments · Fixed by #4449
Closed

Third column not selectable for Bubble and Heatmap charts #4448

deecay opened this issue Dec 15, 2019 · 0 comments · Fixed by #4449

Comments

@deecay
Copy link
Contributor

deecay commented Dec 15, 2019

Issue Summary

Third column select box for Bubble and Heatmap charts is missing.

This is probably caused by the code below, where options.seriesOptions usually does not contain type information.

if (some(options.seriesOptions, { type: "bubble" })) {

Possible fix maybe options.globalSeriesType === 'bubble'?

Steps to Reproduce

  1. Try to create Bubble or Heatmap chart. The select box for the third value is missing.

Technical details:

  • Redash Version: current master
  • Browser/OS: Windows
  • How did you install Redash: docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants