mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
Show clearnet nodes on world map
This commit is contained in:
parent
12c188266a
commit
004768132b
@ -122,10 +122,13 @@ export class NodesMap implements OnInit {
|
||||
return 10 * Math.pow(params[2] / maxLiquidity, 0.2) + 3;
|
||||
},
|
||||
tooltip: {
|
||||
position: function(point, params, dom, rect, size) {
|
||||
return point;
|
||||
},
|
||||
trigger: 'item',
|
||||
show: true,
|
||||
backgroundColor: 'rgba(17, 19, 31, 1)',
|
||||
borderRadius: 4,
|
||||
borderRadius: 0,
|
||||
shadowColor: 'rgba(0, 0, 0, 0.5)',
|
||||
textStyle: {
|
||||
color: '#b1b1b1',
|
||||
@ -155,7 +158,6 @@ export class NodesMap implements OnInit {
|
||||
borderColor: 'black',
|
||||
borderWidth: 0,
|
||||
},
|
||||
blendMode: 'lighter',
|
||||
zlevel: 2,
|
||||
},
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user