From a889c0e78a78e127f398e11821a2033978d3f8b9 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Tue, 4 Jan 2022 22:45:36 +0000 Subject: [PATCH] :package: Built an SVG gauge chart component --- src/components/Charts/Gauge.vue | 361 ++++++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 src/components/Charts/Gauge.vue diff --git a/src/components/Charts/Gauge.vue b/src/components/Charts/Gauge.vue new file mode 100644 index 00000000..63fcf684 --- /dev/null +++ b/src/components/Charts/Gauge.vue @@ -0,0 +1,361 @@ + + + + +