mirror of
https://github.com/mempool/mempool.git
synced 2025-04-22 14:34:47 +02:00
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
|
||||
this.chartOptions.legend.left = 50;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user