PptxGenJS icon indicating copy to clipboard operation
PptxGenJS copied to clipboard

Create PowerPoint presentations with a powerful, concise JavaScript API.

Results 231 PptxGenJS issues
Sort by recently updated
recently updated
newest added

Hi team, Can we set this "showLegend" separately for each different chart when I render these charts in a mixed manner? I have tried it by adding the attribute to...

Is there a way to set the paragraph align property for a block of text?

### Issue Category - [ ] Bug - [ ] Question ### Product Versions - Please specify what version of the library you are using......: [ latest ] - Please...

### Why: The option to set the series overlap is part of the native PowerPoint toolkit regardless of the grouping type and the current implementation handicaps this functionality. In the...

Hi, Thanks a lot for this useful library. I was missing an option to show objects on click, so I hacked this together to suit my needs. I am aware...

Note: this PR includes breaking changes, so should probably be released for v4 ### tldr; * Changed all margins to accept inches instead of points for text * Changed processing...

Hello, How can I add different style in headers and the rest of the rows on a table?

I am trying to add bullet shapes with different color before each row of table horizontally centrally aligned. code `let pptx = new PptxGenJS(); const targetData = [ "Taget1", "Taget1sf...

![image](https://github.com/gitbrent/PptxGenJS/assets/133196221/011d64f5-155e-4ac9-a8f7-2e16fc217e24)

Error - [tsc] node_modules/pptxgenjs/types/index.d.ts(847,31): error TS1110: Type expected. "dependencies": { "@microsoft/sp-core-library": "1.14.0", "@microsoft/sp-lodash-subset": "1.14.0", "@microsoft/sp-office-ui-fabric-core": "1.14.0", "@microsoft/sp-property-pane": "1.14.0", "@microsoft/sp-webpart-base": "1.14.0", "office-ui-fabric-react": "7.174.1", "pptxgenjs": "3.12.0", "react": "16.13.1", "react-dom": "16.13.1" }, "devDependencies":...