added d3js

This commit is contained in:
Lorenz Padberg 2022-06-08 14:10:55 +02:00
parent a39f5de67d
commit a1c179dcf6
2 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,7 @@
},
"dependencies": {
"axios": "^0.26.1",
"d3": "^7.4.4",
"loglevel": "^1.8.0",
"pinia": "^2.0.13",
"vue": "^3.2.31",

View File

@ -0,0 +1,13 @@
<template>
$END$
</template>
<script>
export default {
name: "SimpleCircleDiagram"
}
</script>
<style scoped>
</style>