Skip to content

Commit

Permalink
feat: merged slider in bar chart card
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnawroth committed Jun 1, 2024
1 parent ed00665 commit 715d3aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const dataSourceCitation = computed(() => selectedEmissionType.value === 'CO₂'
<p class="mt-4">
<span class="font-weight-bold">Data source: </span>{{ dataSourceCitation }}
</p>
<SliderCard flat />
</v-card-text>
</v-card>
</template>
Expand Down
9 changes: 0 additions & 9 deletions frontend/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,5 @@
>
<BarChartCard />
</v-col>
<v-col
cols="12"
lg="9"
offset-lg="3"
order="2"
order-lg="4"
>
<SliderCard />
</v-col>
</v-row>
</template>

0 comments on commit 715d3aa

Please sign in to comment.