Skip to content

Commit

Permalink
WIP - formatted slides 1-6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhernandez-intertech committed Nov 20, 2024
1 parent 01defe9 commit cc12518
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,7 @@ import moment from 'moment';
export class TreasureHuntPptPropertiesService {

constructor(private treasureHuntReportService: TreasureHuntReportService) { }

getSlideTitleProperties(): pptxgen.TextPropsOptions {
let slideTitleProps: pptxgen.TextPropsOptions = {
x: 0.67,
y: 0,
w: 11.08,
h: 1.18,
align: 'center',
bold: true,
color: 'FFFFFF',
fontSize: 32,
fontFace: 'Arial (Headings)',
valign: 'middle',
isTextBox: true,
autoFit: true
};
return slideTitleProps;
}


getPieChartProperties() {
let pieChartOptions: pptxgen.IChartOpts = {
x: 5.54,
Expand Down
Loading

0 comments on commit cc12518

Please sign in to comment.