diff --git a/frontendVue3/package.json b/frontendVue3/package.json index 19926ff9..d385df32 100644 --- a/frontendVue3/package.json +++ b/frontendVue3/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "@mdi/font": "7.0.96", + "@sgratzl/chartjs-chart-boxplot": "^4.2.7", "axios": "^1.6.0", "chart.js": "^4.4.0", "core-js": "^3.8.3", diff --git a/frontendVue3/src/components/Charts/BoxPlot.vue b/frontendVue3/src/components/Charts/BoxPlot.vue new file mode 100644 index 00000000..0ea7322f --- /dev/null +++ b/frontendVue3/src/components/Charts/BoxPlot.vue @@ -0,0 +1,82 @@ + + + + + diff --git a/frontendVue3/src/views/HistoryDetail.vue b/frontendVue3/src/views/HistoryDetail.vue index 708f2c13..37e4bad8 100644 --- a/frontendVue3/src/views/HistoryDetail.vue +++ b/frontendVue3/src/views/HistoryDetail.vue @@ -12,6 +12,54 @@