-
-
Notifications
You must be signed in to change notification settings - Fork 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
Can we show Pie chart Value out of slice instead showing inside the slice ? #90
Comments
I think we'll be implementing that soon |
Ok thanks. |
I've written an algorithm to spread out labels on pie charts in a rather reasonable layout. It works by pushing out labels from each other but still trying to keep them aligned to their respective slice. I could push the feature in few days if needed (it's actually working on top of the original algorithm so I would prefer to add a property in 'somewhere' (haven't yet think about it) to control the application of the algorithm before pushing to master) |
@danielgindi , does this feature have supported ? i check document , but not found . |
@danielgindi 👍 for this feature. |
@danielgindi 👍 When can we expect this feature? |
@BurhanMughal @yuercl @kexoth @NSri maybe you can try this pr: #869 :) |
This is now implemented in |
Self explanatory question.
Can we show slice values of pie chart out side the slice and not in the slice ?
Thanks.
The text was updated successfully, but these errors were encountered: