From 7529cb728d5fa202169aad729f1142cbfdc0eed9 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 5 Oct 2025 21:12:58 +0800 Subject: [PATCH] fix1 --- src/oj/ai/components/WeeklyChart.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/oj/ai/components/WeeklyChart.vue b/src/oj/ai/components/WeeklyChart.vue index ac8052b..a7c91a4 100644 --- a/src/oj/ai/components/WeeklyChart.vue +++ b/src/oj/ai/components/WeeklyChart.vue @@ -19,6 +19,7 @@ import { Tooltip, Legend, Colors, + LineController, } from "chart.js" import { useAIStore } from "oj/store/ai" import { parseTime } from "utils/functions" @@ -34,6 +35,7 @@ ChartJS.register( Tooltip, Legend, Colors, + LineController, ) const props = defineProps<{