diff --git a/src/views/entityExplorer/entityList/detailOverview/App.vue b/src/views/entityExplorer/entityList/detailOverview/App.vue index f21bfa84..c7ec6673 100644 --- a/src/views/entityExplorer/entityList/detailOverview/App.vue +++ b/src/views/entityExplorer/entityList/detailOverview/App.vue @@ -165,7 +165,7 @@ export default { } }, mounted() { - this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)}) + this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)}) }, setup (props) { return { diff --git a/src/views/entityExplorer/entityList/detailOverview/Domain.vue b/src/views/entityExplorer/entityList/detailOverview/Domain.vue index a98b5d1b..1c1f6e24 100644 --- a/src/views/entityExplorer/entityList/detailOverview/Domain.vue +++ b/src/views/entityExplorer/entityList/detailOverview/Domain.vue @@ -264,7 +264,7 @@ export default { } }, mounted() { - this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)}) + this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)}) }, setup (props) { const entityCopy = { diff --git a/src/views/entityExplorer/entityList/detailOverview/Ip.vue b/src/views/entityExplorer/entityList/detailOverview/Ip.vue index 4f09e0db..cb3875ac 100644 --- a/src/views/entityExplorer/entityList/detailOverview/Ip.vue +++ b/src/views/entityExplorer/entityList/detailOverview/Ip.vue @@ -158,7 +158,7 @@ export default { }, }, mounted() { - this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 200)}) + this.$nextTick(() => { setTimeout(() => { this.chartGetMap()}, 250)}) }, setup (props) { const entityCopy = {