Skip to content

Commit

Permalink
plot container
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Feb 27, 2024
1 parent 30c536f commit cfedd1a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions frontend/src/views/SelectionsView.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<template>
<h2 class="ma-2 text-center">Selected Features</h2>
<v-container>
<LineChart :data="featureStore.visData" />
<v-row>
<v-col v-for="(feature, i) in featureStore.selectedFeatures" :key="i" cols="auto">
</v-col>
</v-row>
</v-container>


<v-container v-if="featureStore.selectedFeatures.length > 0">
Expand Down

0 comments on commit cfedd1a

Please sign in to comment.