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<{