From 67d4bf9e4f92e6e97152ea6eaacc01c971dca31f Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 17 Aug 2020 20:39:14 +0200 Subject: [PATCH] Extract DailyChart to it's own component --- src/components/charts/DailyChart.vue | 91 ++++++++++++++++++++++++++++ src/components/ftbot/DailyStats.vue | 76 ++--------------------- src/store/types.ts | 12 ++++ 3 files changed, 107 insertions(+), 72 deletions(-) create mode 100644 src/components/charts/DailyChart.vue diff --git a/src/components/charts/DailyChart.vue b/src/components/charts/DailyChart.vue new file mode 100644 index 00000000..3ac50653 --- /dev/null +++ b/src/components/charts/DailyChart.vue @@ -0,0 +1,91 @@ + + + + + diff --git a/src/components/ftbot/DailyStats.vue b/src/components/ftbot/DailyStats.vue index 58ae9276..a49acf98 100644 --- a/src/components/ftbot/DailyStats.vue +++ b/src/components/ftbot/DailyStats.vue @@ -5,30 +5,22 @@
- +
- +