scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.43k stars 526 forks source link

cht: add THREE_D_PIE chart type #235

Open Mark-J-Lawrence opened 8 years ago

Mark-J-Lawrence commented 8 years ago

Hi,

We have a requirement to generate a 3D Pie chart, the XML writer for this chart type isn't implemented yet. Are there plans to do this? When would it likely be released?

Thanks

scanny commented 8 years ago

Hi @mjlawrence83, essentially all new features are added via sponsored development. If you have project budget that you might be able to apply to this I can look into what it would take. I don't think this one would be especially time-consuming as it appears to use the same chart data as any of the other category charts (i.e. the "third" dimension does not represent a distinct quantity.

There could be other properties and methods that you need, depending, like "thickness" of the pie disc.

Let me know if this is an option for you and we can look deeper into the details. You can reach me on the email from my GitHub profile.

scanny commented 7 years ago

Related to #266.