From 7904963b3e8bebaec96044c58345469f1254cd71 Mon Sep 17 00:00:00 2001 From: Tim Herbst Date: Tue, 22 Dec 2020 23:09:58 +0100 Subject: [PATCH] change bar-chart ending shape to flat --- .../frontend/src/app/dashboard/dashboard.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project-3/frontend/src/app/dashboard/dashboard.component.ts b/projects/project-3/frontend/src/app/dashboard/dashboard.component.ts index 2815884..87ffc96 100644 --- a/projects/project-3/frontend/src/app/dashboard/dashboard.component.ts +++ b/projects/project-3/frontend/src/app/dashboard/dashboard.component.ts @@ -127,7 +127,7 @@ export class DashboardComponent implements OnInit { bar: { horizontal: false, columnWidth: '55%', - endingShape: 'rounded' + endingShape: 'flat' } }, dataLabels: { @@ -188,7 +188,7 @@ export class DashboardComponent implements OnInit { bar: { horizontal: false, columnWidth: '55%', - endingShape: 'rounded' + endingShape: 'flat' } }, dataLabels: {