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',