-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Pie chart is not displayed correctly #328
Comments
Hi, Thank you for reporting. Pie and donut chart sort the data as default, but sometimes it seems not needed as you wrote. So I added |
Thank you very much for answer and patch. I'll look into it at work and let you know if this solved the issue. |
I confirm, sorting solved the problem! Thank you very much :) |
All right. Thank you for confirming. |
hello. why sort: true doesn't work? |
The pie chart is not displayed correctly: As you can see the green field is progressing opposite to clockwise and then at 50% the colours are switching sides and then green colour is progressing clockwise.
try data like
green: [ 40 ]
blue: [ 60 ]
green: [ 50 ]
blue: [ 50 ]
green: [ 60 ]
blue: [ 40 ]
The text was updated successfully, but these errors were encountered: