ix scatter graph
This commit is contained in:
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user