-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Comments
Are they under different parents? If so that is the expected behavihor |
Nope, it's the very first hierarchy. I have two hierarchy, both use count(*) as metric |
Could it be something like a trailing white space or something like that? |
Nope, doing a plain query "select distinct foo from table" reports no duplicates. |
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. |
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. |
* convert nvd3 to emotion style * update package * Update ReactNVD3.jsx
* convert nvd3 to emotion style * update package * Update ReactNVD3.jsx
* convert nvd3 to emotion style * update package * Update ReactNVD3.jsx
* convert nvd3 to emotion style * update package * Update ReactNVD3.jsx
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.
The text was updated successfully, but these errors were encountered: