Skip to content

Commit 00e63cc

Browse files
committed
fix funnel chart + live demo
1 parent 73309e7 commit 00e63cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/components/events/EventsFunnelChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ onMounted(async () => {
111111
});
112112
113113
const eventsData = useFetch(`/api/data/events`, {
114-
headers: useComputedHeaders(), lazy: true, immediate: false
114+
headers: useComputedHeaders(), lazy: true
115115
});
116116
117117
const enabledEvents = ref<string[]>([]);

dashboard/pages/live_demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const selectLabelsEvents = [
8989
<DashboardTopCards :key="refreshKey"></DashboardTopCards>
9090
</div>
9191

92-
<div class="mt-6 px-6 flex gap-6 flex-col 2xl:flex-row w-full">
92+
<div class="mt-6 px-6 hidden lg:flex gap-6 flex-col 2xl:flex-row w-full">
9393
<DashboardActionableChart :key="refreshKey"></DashboardActionableChart>
9494
</div>
9595

0 commit comments

Comments
 (0)