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 @gitbrent, The PR of https://github.com/gitbrent/PptxGenJS/pull/1255 has been merged already. When will release a new version including it? we expect it in my app. thanks,

I am using latest version 3.12.0 and trying to set dataLabelForntSize to 6 which is not working. Here are my configurations. ``` const fConfig = { ...commonProps, showLabel: true, lineDataSymbol:...

**Description:** > When defining Master Slides and using a text placeholder with `valign: "middle"`, > if I add the slide using PowerPoint > New Slide dropdown > Any defined template...

Is there a way to convert a pptx slide to an image or svg using pptxgenjs?

github: https://github.com/veasion/aippt

纯jis下载ppt,svg文件可以正常显示 通过node下载svg文件显示异常, 附件是demo可以复现 [demo.zip](https://github.com/user-attachments/files/16265063/demo.zip)

Adds a new 'styles' property to the OptsChartData interface to define styles for data points. Adds logic that allows custom border styles to be defined for each data point in...

If the legend is active in the combo chart, but the parameter showLegend is false in one of the subcharts, then the series objects of this subchart are excluded from...

allows to define stacked line chart with barGrouping parameter, it works the same as area chart

How can I center a text element both vertically and horizontally? I know that I can set the width of the text to 50%, but I don't want to fix...