Fix node chart legend position error
This commit is contained in:
parent
f6be04dafd
commit
1cf3e1814b
@ -413,7 +413,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
}],
|
}],
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isMobile()) {
|
if (isMobile() && this.chartOptions.legend) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
this.chartOptions.legend.left = 50;
|
this.chartOptions.legend.left = 50;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user