add chart with the features done

This commit is contained in:
Julien Calixte
2023-07-30 01:42:29 +02:00
parent c9409ce861
commit adc5181e14
11 changed files with 111 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
withDefaults(defineProps<{ color: string }>(), {
withDefaults(defineProps<{ color?: string }>(), {
color: 'var(--primary-color)'
})
</script>