diff --git a/src/components/charts/PriceMarketChart.vue b/src/components/charts/PriceMarketChart.vue index 24443493..75953b1c 100644 --- a/src/components/charts/PriceMarketChart.vue +++ b/src/components/charts/PriceMarketChart.vue @@ -26,12 +26,25 @@ const series = computed(() => { }, ]; }); + +function changeChart(type: string){ + kind.value = type +}