Skip to content

Commit

Permalink
fix funnel chart + live demo
Browse files Browse the repository at this point in the history
  • Loading branch information
botkalista committed Oct 14, 2024
1 parent 73309e7 commit 00e63cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/components/events/EventsFunnelChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ onMounted(async () => {
});
const eventsData = useFetch(`/api/data/events`, {
headers: useComputedHeaders(), lazy: true, immediate: false
headers: useComputedHeaders(), lazy: true
});
const enabledEvents = ref<string[]>([]);
Expand Down
2 changes: 1 addition & 1 deletion dashboard/pages/live_demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const selectLabelsEvents = [
<DashboardTopCards :key="refreshKey"></DashboardTopCards>
</div>

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

Expand Down

0 comments on commit 00e63cc

Please sign in to comment.