gitbrent / PptxGenJS

Create PowerPoint presentations with a powerful, concise JavaScript API.
https://gitbrent.github.io/PptxGenJS/
MIT License
3.01k stars 645 forks source link

Does PptxGenJS support Sunburst chart? #961

Open rejochandran opened 3 years ago

rejochandran commented 3 years ago

Hi!

Do we have support for Sunburst chart or is there a way to implement this alternatively? (something like a nested pie or similar)

What I've tried,

  1. Analysed the source code for alternate implementation
  2. Searched the OpenXml.Drawing.Charts documentation for API if it had support for Sunburst, was not able to find any (ref link)
  3. Sunburst was supported only on office 2016 and later and so a PR on Open-XML-SDK was added to address this #687 - this may help add this chart

Category

Version

pptxgenjs 3.4.0

If there is a way to implement this, would be glad to code and raise a PR 🙂 Thanks!

rejochandran commented 3 years ago

Update

Sample sunburst chart - gist