mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Fix channel rendering issue
This commit is contained in:
parent
7fecea9cca
commit
8919cbcdc1
1 changed files with 1 additions and 2 deletions
|
@ -197,7 +197,6 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
|
|||
series: [
|
||||
{
|
||||
large: true,
|
||||
progressive: 200,
|
||||
type: 'scatter',
|
||||
data: nodes,
|
||||
coordinateSystem: 'geo',
|
||||
|
@ -228,7 +227,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
|
|||
zlevel: 1,
|
||||
},
|
||||
{
|
||||
large: true,
|
||||
large: false,
|
||||
progressive: 200,
|
||||
silent: true,
|
||||
type: 'lines',
|
||||
|
|
Loading…
Add table
Reference in a new issue