We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
options.seriesOptions
redash/client/app/visualizations/chart/Editor/GeneralSettings.jsx
Line 17 in 56d3be2
Possible fix maybe options.globalSeriesType === 'bubble'?
options.globalSeriesType === 'bubble'
The text was updated successfully, but these errors were encountered:
#4448 Third column not selectable for Bubble and Heatmap charts
56f96d9
kravets-levko
Successfully merging a pull request may close this issue.
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.redash/client/app/visualizations/chart/Editor/GeneralSettings.jsx
Line 17 in 56d3be2
Possible fix maybe
options.globalSeriesType === 'bubble'
?Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: