From 1dc6e530f2ad5f6d594e74517cbf6ccc7bbb5d04 Mon Sep 17 00:00:00 2001 From: Pietro Rodolfo Masera Date: Mon, 29 May 2023 12:02:17 +0200 Subject: [PATCH] Changed bars and visualisation --- stockingly-frontend/src/components/CompanyCard.vue | 4 ++-- stockingly-frontend/src/views/Comparison.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stockingly-frontend/src/components/CompanyCard.vue b/stockingly-frontend/src/components/CompanyCard.vue index 1559ad9..96d0694 100644 --- a/stockingly-frontend/src/components/CompanyCard.vue +++ b/stockingly-frontend/src/components/CompanyCard.vue @@ -7,7 +7,7 @@ 'text-white': props.markerColor }" :color="props.markerColor ?? void (0)">
- +
{{ company['short name'] }} @@ -19,7 +19,7 @@ {{ m.title }} {{ m.value(company) }}{{ m.symbol ?? '' }} - + diff --git a/stockingly-frontend/src/views/Comparison.vue b/stockingly-frontend/src/views/Comparison.vue index 84d2615..b20257a 100644 --- a/stockingly-frontend/src/views/Comparison.vue +++ b/stockingly-frontend/src/views/Comparison.vue @@ -177,7 +177,7 @@ const options = computed(() => { }); tickers.value = route.params.tickers.toString().split(','); - + // load chart data onMounted(() => { stockPrice.load();