Skip to content

Commit

Permalink
2025 proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 8, 2024
1 parent 158bf70 commit 8c37258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions projects/budgetkey/src/app/main-page/hero/hero.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,9 @@ export class HeroComponent implements AfterViewInit {

constructor(private window: WindowService, private platform: PlatformService) {
this.makeDeficitCharts(bubbles.deficitChart);
bubbles.educationCharts.forEach((c: any) => this.makeEducationCharts(c));
this.makeSupportChart(bubbles.supportChart[0], bubbles.supportChart[1]);
// TODO:
// bubbles.educationCharts.forEach((c: any) => this.makeEducationCharts(c));
// this.makeSupportChart(bubbles.supportChart[0], bubbles.supportChart[1]);
let chartIdx = 0;
let dialogBit = 0;
initDialog();
Expand Down

0 comments on commit 8c37258

Please sign in to comment.