Fix graph background color

This commit is contained in:
Patrick Gebhardt 2020-06-23 11:30:40 +02:00
parent 940d5426e8
commit 64a8fd6011

View File

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