From ded132c4611ae209c2c086f5c849a261f9991002 Mon Sep 17 00:00:00 2001 From: Claudio Maggioni Date: Mon, 29 May 2023 14:41:23 +0200 Subject: [PATCH] fixed charts --- .../src/components/BalanceSheet.vue | 45 +++-- .../src/components/EmployeesChart.vue | 35 ++-- .../src/components/EpsChart.vue | 34 ++-- .../src/components/StockPrice.vue | 176 ++++++++++++++++++ stockingly-frontend/src/views/Comparison.vue | 107 +---------- 5 files changed, 241 insertions(+), 156 deletions(-) create mode 100644 stockingly-frontend/src/components/StockPrice.vue diff --git a/stockingly-frontend/src/components/BalanceSheet.vue b/stockingly-frontend/src/components/BalanceSheet.vue index a010211..79bc3d5 100644 --- a/stockingly-frontend/src/components/BalanceSheet.vue +++ b/stockingly-frontend/src/components/BalanceSheet.vue @@ -1,40 +1,27 @@ \ No newline at end of file diff --git a/stockingly-frontend/src/views/Comparison.vue b/stockingly-frontend/src/views/Comparison.vue index b20257a..c40fe30 100644 --- a/stockingly-frontend/src/views/Comparison.vue +++ b/stockingly-frontend/src/views/Comparison.vue @@ -25,26 +25,8 @@ - - - Stock price over time - - - - 1M - 3M - 6M - 1Y - 5Y - Max - - - - - + - - @@ -75,112 +57,31 @@ \ No newline at end of file