Merge pull request #2275 from mempool/nymkappa/bugfix/channel-map-rendering

Fix channel rendering issue
This commit is contained in:
wiz 2022-08-11 20:08:44 +09:00 committed by GitHub
commit c1ebbc556b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,6 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
series: [
{
large: true,
progressive: 200,
type: 'scatter',
data: nodes,
coordinateSystem: 'geo',
@ -236,7 +235,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
zlevel: 1,
},
{
large: true,
large: false,
progressive: 200,
silent: true,
type: 'lines',