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