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