From 89817216fd8e2ef18e856bbdf320abd9fbabde78 Mon Sep 17 00:00:00 2001 From: nquidox Date: Sat, 27 Sep 2025 19:42:09 +0300 Subject: [PATCH] chart factored out to shared component --- src/components/ChartBlock.vue | 153 ++++++++++++++++++++++++++++ src/views/ChartsView/ChartsCard.vue | 139 +------------------------ 2 files changed, 156 insertions(+), 136 deletions(-) create mode 100644 src/components/ChartBlock.vue diff --git a/src/components/ChartBlock.vue b/src/components/ChartBlock.vue new file mode 100644 index 0000000..4f9fced --- /dev/null +++ b/src/components/ChartBlock.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/src/views/ChartsView/ChartsCard.vue b/src/views/ChartsView/ChartsCard.vue index 6a00a5f..8253b6d 100644 --- a/src/views/ChartsView/ChartsCard.vue +++ b/src/views/ChartsView/ChartsCard.vue @@ -1,151 +1,18 @@