使用主幻灯片添加图表

时间:2019-11-03 11:47:08

标签: node.js pptxgenjs

无法使用chart在主幻灯片模板中添加pptxgenjs。 有没有办法添加类似于文本的图表?

工作文字示例:

{
    'text': {
        text: 'Hi there', 
        options: {
            x: '82.03%',
            y: '67.08%',
            w: '10.98%',
            h: '5.28%',
            shrinkText: true,
            margin: 0,
            bold: true,
            fontSize: 12.75,
            color: '5A5A5A'
        }
    }
}

不工作图表示例:

{
    'chart': {
        type: 'doughnut',
        data: dataChartPieLocs,
        options: optsChartPie
    }
}

0 个答案:

没有答案