This commit is contained in:
2025-10-05 21:12:58 +08:00
parent 1ba042fae9
commit 7529cb728d

View File

@@ -19,6 +19,7 @@ import {
Tooltip, Tooltip,
Legend, Legend,
Colors, Colors,
LineController,
} from "chart.js" } from "chart.js"
import { useAIStore } from "oj/store/ai" import { useAIStore } from "oj/store/ai"
import { parseTime } from "utils/functions" import { parseTime } from "utils/functions"
@@ -34,6 +35,7 @@ ChartJS.register(
Tooltip, Tooltip,
Legend, Legend,
Colors, Colors,
LineController,
) )
const props = defineProps<{ const props = defineProps<{