mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Re-enabled channels world map click event
This commit is contained in:
parent
573168f647
commit
b61ef6814b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export class NodesChannelsMap implements OnInit, OnDestroy {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.chartOptions = {
|
this.chartOptions = {
|
||||||
silent: true,
|
silent: this.style === 'widget' ? true : false,
|
||||||
title: title ?? undefined,
|
title: title ?? undefined,
|
||||||
geo3D: {
|
geo3D: {
|
||||||
map: 'world',
|
map: 'world',
|
||||||
|
|
Loading…
Add table
Reference in a new issue