Forum Discussion
Explosion in the Pie Chart
Hi Everyone.
Is it possible to get the border between the slices in the default Pie Chart (the explosion option)? I tried, but it seems it is not possible. I found some custom visuals, but these are not free, and I need a free solution.
Basically I need to get something like this:
Thanks.
4 Replies
- VijayPCommunity Champion
you can use python code to get the exploded chart , for python script follow this link
https://www.educative.io/answers/how-to-explode-a-pie-chart-using-matplotlib-in-python
- AnonymousNot applicable
Hi All,
Firstly, VijayP thank you for your solution !
And rile14 according to my understanding, I want to share another method.
We can try to do this in an execl form to get the visual effect you need.
If you still have questions, here is the document I found for you, I hope it helps.
Explode or expand a pie chart - Microsoft Support
Hope it helps!
Best regards,
Community Support Team_ Tom ShenIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
- rile14Helper I
Thanks for your reply Anonymous .
Unfortunately that is not what I need. I must create that visual in Power BI.
- AnonymousNot applicable
Hi rile14 ,
For this problem, I tried another way to show Explosion in the Pie Chart using R. In the case of using a pie chart, use R to nest it.
This is the format size for Explosion.
However, there are limitations: the tediousness of writing code and the fact that you can only use simple data sources.
So I recommend you to use some custom visual objects (with the possibility of paying for them), which will save you some unnecessary hassle.Hope it helps!
Best regards,
Community Support Team_ Tom ShenIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.