diff --git a/pages/open-data.vue b/pages/open-data.vue index 7ba5d18..c304a89 100644 --- a/pages/open-data.vue +++ b/pages/open-data.vue @@ -155,7 +155,9 @@ export default { }, mounted() { this.$store.commit("setActiveMenu", "open-data"); - this.initLastThirtyDaysCharts(this.lastThirtyDays) + setTimeout(() => { + this.initLastThirtyDaysCharts(this.lastThirtyDays) + }, 500); } }