Skip to content

Commit

Permalink
Merge pull request #7161 from ORNL-AMO/issue-6712
Browse files Browse the repository at this point in the history
Issue 6712 TH PPT
  • Loading branch information
nbintertech authored Nov 21, 2024
2 parents 612c9bf + cc12518 commit a2f06c0
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 92 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,
y: 0,
w: '100%',
h: 1.2,
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 a2f06c0

Please sign in to comment.