Add pie chart for MCQ/UCQ

This commit is contained in:
nemunaire 2022-05-01 12:59:53 +02:00
commit 9bb0590862
4 changed files with 98 additions and 3 deletions

View file

@ -26,5 +26,8 @@
"tslib": "^2.4.0",
"typescript": "^4.6.4"
},
"type": "module"
"type": "module",
"dependencies": {
"svelte-frappe-charts": "^1.9.1"
}
}