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

sunburst: duplicated items #692

Closed
xrmx opened this issue Jun 29, 2016 · 6 comments
Closed

sunburst: duplicated items #692

xrmx opened this issue Jun 29, 2016 · 6 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@xrmx
Copy link
Contributor

xrmx commented Jun 29, 2016

I assumed to get at most one item for each possible value. But I am getting up to 2 arcs for the same value. Arcs for the same value have different size but same color.
Tested both 0.9.0 and 0.9.1. Data is from a sqlalchemy table.

@mistercrunch
Copy link
Member

mistercrunch commented Jun 29, 2016

Are they under different parents? If so that is the expected behavihor

@xrmx
Copy link
Contributor Author

xrmx commented Jun 29, 2016

Nope, it's the very first hierarchy. I have two hierarchy, both use count(*) as metric

@mistercrunch
Copy link
Member

Could it be something like a trailing white space or something like that?

@xrmx
Copy link
Contributor Author

xrmx commented Jul 1, 2016

Nope, doing a plain query "select distinct foo from table" reports no duplicates.

@xrmx
Copy link
Contributor Author

xrmx commented Jul 7, 2016

So the problem here is that the group by clause is done with both metrics at the same time. So data is not not grouped within each hierarchy but globally.

@xrmx xrmx added the !deprecated-label:bug Deprecated label - Use #bug instead label Aug 9, 2016
@stale
Copy link

stale bot commented Apr 10, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive Inactive for >= 30 days label Apr 10, 2019
@stale stale bot closed this as completed Apr 17, 2019
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
* convert nvd3 to emotion style

* update package

* Update ReactNVD3.jsx
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
* convert nvd3 to emotion style

* update package

* Update ReactNVD3.jsx
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
* convert nvd3 to emotion style

* update package

* Update ReactNVD3.jsx
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
* convert nvd3 to emotion style

* update package

* Update ReactNVD3.jsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants