When working with the pie chart, the chart itself seems to be always positioned in the center. I have a legend that contains long labels that then end up covering the chart, when there’s still a lot of whitespace on the left that is not used. I’ve tried positioning the pie-chart more to the left by altering the margins, but without luck.
Here’s a code pen example that shows the problem:
https://codepen.io/themarty/pen/EBwqEO
How can the chart be moved to the left?