Merge pull request #2974 from mempool/simon/node-chart-legend-error-fix
Fix node chart legend position error
This commit is contained in:
commit
687451e5ee
@ -413,7 +413,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
||||
}],
|
||||
};
|
||||
|
||||
if (isMobile()) {
|
||||
if (isMobile() && this.chartOptions.legend) {
|
||||
// @ts-ignore
|
||||
this.chartOptions.legend.left = 50;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user