From e9f6a726dbeee63273384acb880effa861b993f2 Mon Sep 17 00:00:00 2001 From: "WIN-JHFT4D3SIVT\\caoxiaozhu" Date: Thu, 30 Apr 2026 17:09:56 +0800 Subject: [PATCH] feat: add reusable BarChart and GaugeChart components Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/components/charts/BarChart.vue | 172 +++++++++++++++++++++++++++ src/components/charts/GaugeChart.vue | 127 ++++++++++++++++++++ 2 files changed, 299 insertions(+) create mode 100644 src/components/charts/BarChart.vue create mode 100644 src/components/charts/GaugeChart.vue diff --git a/src/components/charts/BarChart.vue b/src/components/charts/BarChart.vue new file mode 100644 index 0000000..3cfbca0 --- /dev/null +++ b/src/components/charts/BarChart.vue @@ -0,0 +1,172 @@ + + + + + \ No newline at end of file diff --git a/src/components/charts/GaugeChart.vue b/src/components/charts/GaugeChart.vue new file mode 100644 index 0000000..d9ad929 --- /dev/null +++ b/src/components/charts/GaugeChart.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file