Merge branch 'master' of https://gitlab.com/usi-si-teaching/msde/2022-2023/visual-analytics-atelier/group-projects/group-1
This commit is contained in:
commit
e9713cc60c
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
'text-white': props.markerColor
|
'text-white': props.markerColor
|
||||||
}" :color="props.markerColor ?? void (0)">
|
}" :color="props.markerColor ?? void (0)">
|
||||||
<div class="pa-4 bg-white">
|
<div class="pa-4 bg-white">
|
||||||
<v-img :src="company.logoSrc" :aspect-ratio="4.5" class="bg-white" />
|
<v-img :src="company.logoSrc" :aspect-ratio="6.0" class="bg-white" />
|
||||||
</div>
|
</div>
|
||||||
<v-card-item>
|
<v-card-item>
|
||||||
<v-card-title>{{ company['short name'] }}</v-card-title>
|
<v-card-title>{{ company['short name'] }}</v-card-title>
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<strong>{{ m.title }}</strong>
|
<strong>{{ m.title }}</strong>
|
||||||
<span class="text-right">{{ m.value(company) }}{{ m.symbol ?? '' }}</span>
|
<span class="text-right">{{ m.value(company) }}{{ m.symbol ?? '' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<v-progress-linear :color="m.color(company)" :model-value="m.percentage(company)"></v-progress-linear>
|
<v-progress-linear :color="m.color(company)" :model-value="m.percentage(company)" height=9 rounded></v-progress-linear>
|
||||||
</div>
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|
||||||
|
|
Reference in a new issue