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, {
|
const chart = new CanvasJS.Chart(this.randomId, {
|
||||||
animationEnabled: true,
|
animationEnabled: true,
|
||||||
exportEnabled: false,
|
exportEnabled: false,
|
||||||
|
backgroundColor: 'transparent',
|
||||||
legend: {
|
legend: {
|
||||||
verticalAlign: 'bottom',
|
verticalAlign: 'bottom',
|
||||||
horizontalAlign: 'left',
|
horizontalAlign: 'left',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user