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

Minor fixes to sunburst #4349

Merged
merged 2 commits into from
Feb 9, 2018
Merged

Minor fixes to sunburst #4349

merged 2 commits into from
Feb 9, 2018

Conversation

mistercrunch
Copy link
Member

closes #4340 as it now accepts and empty secondary metric

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

superset/viz.py Outdated
self.form_data['metric'], self.form_data['secondary_metric']]
fd = self.form_data
qry['metrics'] = [fd['metric']]
sm = fd.get('secondary_metric')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I would use secondary_metric here instead of sm, in order to be consistent with the get_data method.

@mistercrunch mistercrunch merged commit 1769804 into apache:master Feb 9, 2018
@mistercrunch mistercrunch deleted the sunburst branch February 9, 2018 22:27
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
* Minor fixes to sunburst

closes apache#4340

* nit
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
* Minor fixes to sunburst

closes apache#4340

* nit
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.23.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Primary and secondary metric of Sunburst
2 participants