diff --git a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts index 16accda94..61f7afe85 100644 --- a/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts +++ b/frontend/src/app/lightning/nodes-channels-map/nodes-channels-map.component.ts @@ -98,7 +98,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy { } this.chartOptions = { - silent: true, + silent: this.style === 'widget' ? true : false, title: title ?? undefined, geo3D: { map: 'world',