Rejo Chandran

Results 6 comments of Rejo Chandran

### Update - Sunburst chart was added to office only after 2016 version and we see that PptxGenJS uses - [reference](https://github.com/gitbrent/PptxGenJS/blob/e5f140ccd7143313f059524b9e5d95d523c3f5cd/src/gen-charts.ts#L434) `xmlns:c="http://schemas.openxmlformats.org/drawingml/2006/chart" ` `xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main"` `xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"` - We would require the...

Hi @jimmykane Have the same issue. Can you explain how you implemented a workaround? I understand there are 2 things here 1. Logic for grouping into weeks (Sunday to Saturday)...

Gotcha! Was able to fix this by specifying the `firstDayOfWeek` property of `dateFormatter` in the `dateAxis` ``` dateAxis.dateFormatter.firstDayOfWeek = 0; // 0 - Sunday as the first day of the...