From 7aa58618e89f2c33b34f0366506fc0ca1396dc65 Mon Sep 17 00:00:00 2001 From: Sultan khan <> Date: Sun, 30 Oct 2022 11:24:54 +0300 Subject: [PATCH] chart fix --- .../performance-evaluation/performance-evaluation.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts index bbbc6700..0a03360c 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.ts @@ -20,7 +20,7 @@ export class PerformanceEvaluationComponent implements OnInit { personalInfo: any; user_image: any = '../assets/imgs/profile.png'; setImage: any; - view: any = [380, 450]; + public performanceData: any = []; public length; public direction: string;