Fix graph background color
This commit is contained in:
parent
940d5426e8
commit
64a8fd6011
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user