Vue+d3对图数据库进行血缘分析
立即下载
资源介绍:
本demo在Vue框架下,采用d3第三方库,对数据进行血缘分析,形成数据血缘分析图
# d3-vue-visualization
![](./pic.png)
[Demo](https://liuzhenghe30265.github.io/d3-vue-visualization/)
需安装版本 5 的 d3.js
```
"d3": "^5.16.0",
```
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).