Re-enabled channels world map click event
This commit is contained in:
parent
573168f647
commit
b61ef6814b
@ -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…
x
Reference in New Issue
Block a user