Skip to content

Commit

Permalink
add chartconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
maldestor95 committed May 19, 2024
1 parent e766bc0 commit b311c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/wizard/historychart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -53,6 +53,7 @@ ChartJS.register(
zoomPlugin
);
const myDataTotal: ChartConfiguration = {
type: "bar",
data: {
labels: ["Score"],
Expand Down

0 comments on commit b311c1a

Please sign in to comment.