From 8c372583313a5b733f6f9d81b37f52e7bc263bea Mon Sep 17 00:00:00 2001 From: Adam Kariv Date: Sun, 8 Dec 2024 16:50:20 +0200 Subject: [PATCH] 2025 proposal --- projects/budgetkey/src/app/main-page/hero/hero.component.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/budgetkey/src/app/main-page/hero/hero.component.ts b/projects/budgetkey/src/app/main-page/hero/hero.component.ts index afc1c86..3d2dd47 100644 --- a/projects/budgetkey/src/app/main-page/hero/hero.component.ts +++ b/projects/budgetkey/src/app/main-page/hero/hero.component.ts @@ -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();