diff --git a/components/chart/Chart.vue b/components/chart/Chart.vue index 105b042..5da82a3 100644 --- a/components/chart/Chart.vue +++ b/components/chart/Chart.vue @@ -7,6 +7,14 @@ const options = { radius: 0, }, }, + scales: { + yAxes: { + title: { + display: true, + text: "Gain (%)", + }, + }, + }, }; const chartCanvas = ref(null); const props = defineProps<{