From b311c1a418f7547643e73a9ccda9f1fcfb05aa14 Mon Sep 17 00:00:00 2001 From: maldestor95 Date: Sun, 19 May 2024 10:47:07 +0200 Subject: [PATCH] add chartconfiguration --- src/pages/wizard/historychart.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/wizard/historychart.vue b/src/pages/wizard/historychart.vue index 94c554e..bee108f 100644 --- a/src/pages/wizard/historychart.vue +++ b/src/pages/wizard/historychart.vue @@ -25,7 +25,7 @@ import { Colors, LineElement, PointElement, - ChartData, + ChartConfiguration, } from "chart.js"; import zoomPlugin from "chartjs-plugin-zoom"; import { Bar, Line } from "vue-chartjs"; @@ -53,6 +53,7 @@ ChartJS.register( zoomPlugin ); +const myDataTotal: ChartConfiguration = { type: "bar", data: { labels: ["Score"],