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

``` this.pptx.defineSlideMaster({ title: 'community_compare', background: { color: 'FFFFFF' }, objects: [ { rect: { x: 0.0, y: 0, w: '100%', h: 0.75, fill: { color: this.pptx.SchemeColor.accent1 } } }, {...

Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the following template...

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Is there any way we can add opacity to images.

issue:documentation

Hi, Is there a way to add text to specific data values in a chart? through the dataLabelFormatCode, we can apply it to all of the data labels but not...

After the latest upgrade to the library, all my tables are throwing error that array expected although it was working until I updated the library. Is there any change in...

triage:cannot-reproduce

Closes #307 **Example Usage** ```ts const group = slide.addGroup() group.addText("Hello", { x: 1, y: 1, w: 3, h: 1 }) group.addText("World", { x: 2, y: 2, w:3, h: 1 })...

Errorbars can be added to any line or combo chart other than 3d charts and bubble charts using this: ```javascript chartData = [ { name: 'Some name', labels: ['columnone', 'columntwo'],...

enhancement-chart

Hello, Has anyone encountered the writeFile() function not returning? There are no errors in the console, the then() and catch() are never hit either... ` pptx.writeFile(fileName) .then(fileName => { console.log(`created...

triage:not us-coding issue

Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template...

issue:bug