ix scatter graph
linter / quality (push) Successful in 5m52s
tests / ci (8.3) (push) Successful in 6m19s

This commit is contained in:
2026-09-17 19:45:02 +02:00
parent 538ddc9679
commit 2345b850b8
+4
View File
@@ -11,6 +11,8 @@ import {
LinearScale, LinearScale,
PointElement, PointElement,
LineElement, LineElement,
ScatterController,
LineController,
} from 'chart.js'; } from 'chart.js';
import { ArrowDown, ArrowUp } from 'lucide-vue-next'; import { ArrowDown, ArrowUp } from 'lucide-vue-next';
import { computed, nextTick, ref, watch } from 'vue'; import { computed, nextTick, ref, watch } from 'vue';
@@ -47,6 +49,8 @@ ChartJS.register(
LinearScale, LinearScale,
PointElement, PointElement,
LineElement, LineElement,
ScatterController,
LineController,
); );
ChartJS.defaults.font.size = 16; ChartJS.defaults.font.size = 16;
ChartJS.defaults.color = '#FFF'; ChartJS.defaults.color = '#FFF';