You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Ely,
First of all, I would like to tell you that your work on this library is very impressive.
However, I'm trying to create a stacked area chart by setting "stacked" in "barGrouping" but nothing change.
May be I'm doing something wrong.
Please find below a example of code that I'm using for my test and a picture to illustrate my problem.
Hello Ely,
First of all, I would like to tell you that your work on this library is very impressive.
However, I'm trying to create a stacked area chart by setting "stacked" in "barGrouping" but nothing change.
May be I'm doing something wrong.
Please find below a example of code that I'm using for my test and a picture to illustrate my problem.
// Simple Slide
let pptx = new PptxGenJS();
let slide = pptx.addSlide();
var optsChartLine2 = { x:7, y:0.6, w:'45%', h:3,
chartColors: ['0088CC', '99FFCC'],
chartColorsOpacity: 25,
valAxisLabelRotate: 5,
dataBorder: {pt:2, color:'FFFFFF'},
showValue: false,
fill: 'D1E1F1',
barGrouping: 'stacked'
};
slide.addChart( pptx.charts.AREA, arrDataTimeline2ser, optsChartLine2 );
pptx.writeFile();
![pptxgenjs_stacked_area_chart](https://user-images.githubusercontent.com/47020499/79029406-90075f80-7b94-11ea-8821-2a5ca23937da.png)
The text was updated successfully, but these errors were encountered: