Skip to content

Commit

Permalink
bar with source
Browse files Browse the repository at this point in the history
  • Loading branch information
elproffesore committed Jul 6, 2024
1 parent 595f961 commit a383f0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Visualizations/BarComparison.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,16 @@ watch(() => props.selectedOption, function (nv) {
})
</script>
<template>
<div>
<div>
<svg :id="'barComparison'" class="h-[33vh]" width="100%" height="100%"></svg>
</div>
<div>
<hr>
<p class="text-right text-xs">Quelle</p>
</div>

</div>

</template>
<style></style>

0 comments on commit a383f0c

Please sign in to comment.