From 64a8fd6011cb2ffc6b960c3192c9301112baf4cb Mon Sep 17 00:00:00 2001 From: Patrick Gebhardt Date: Tue, 23 Jun 2020 11:30:40 +0200 Subject: [PATCH] Fix graph background color --- frontend/src/app/components/graph/graph.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/graph/graph.component.ts b/frontend/src/app/components/graph/graph.component.ts index 4f4b41e..d2bb7a0 100644 --- a/frontend/src/app/components/graph/graph.component.ts +++ b/frontend/src/app/components/graph/graph.component.ts @@ -62,6 +62,7 @@ export class GraphComponent implements AfterViewInit { const chart = new CanvasJS.Chart(this.randomId, { animationEnabled: true, exportEnabled: false, + backgroundColor: 'transparent', legend: { verticalAlign: 'bottom', horizontalAlign: 'left',