This commit is contained in:
@@ -5,11 +5,13 @@ import { createRouter, createWebHistory } from "vue-router"
|
|||||||
import {
|
import {
|
||||||
ArcElement,
|
ArcElement,
|
||||||
BarElement,
|
BarElement,
|
||||||
|
BarController,
|
||||||
CategoryScale,
|
CategoryScale,
|
||||||
Chart as ChartJS,
|
Chart as ChartJS,
|
||||||
Colors,
|
Colors,
|
||||||
Legend,
|
Legend,
|
||||||
LinearScale,
|
LinearScale,
|
||||||
|
LineController,
|
||||||
Title,
|
Title,
|
||||||
Tooltip,
|
Tooltip,
|
||||||
LineElement,
|
LineElement,
|
||||||
@@ -46,8 +48,10 @@ ChartJS.register(
|
|||||||
CategoryScale,
|
CategoryScale,
|
||||||
LinearScale,
|
LinearScale,
|
||||||
BarElement,
|
BarElement,
|
||||||
|
BarController,
|
||||||
ArcElement,
|
ArcElement,
|
||||||
LineElement,
|
LineElement,
|
||||||
|
LineController,
|
||||||
PointElement,
|
PointElement,
|
||||||
Colors,
|
Colors,
|
||||||
Title,
|
Title,
|
||||||
|
|||||||
Reference in New Issue
Block a user