I am currently working on creating a 3D-Js chart and I would like the pie text to wrap around the pie itself.
This is the exact effect that I am trying to achieve: https://i.sstatic.net/YOLdo.png
I am facing two main issues: I am currently printing two separate charts (with labels printed in another chart) and adjusting them using CSS.
- First, I am struggling to set the labels within the same chart so I am having to adjust it with CSS.
- Secondly, I cannot figure out how to align the labels chart correctly with the first chart.
If there is a way to have both printed in the same chart, please advise.
Below is a snippet of my code: