1.0.4 • Published 7 months ago

dagre-vue3 v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

dagre-vue3

how to use

step1

npm install dagre-vue3

step2

import dagre from 'dagre-vue3'

step3

use dagre as component
<dagre style="width:100%;height: 300px;" :nodeInfos="processData" :rankdir="'LR'"></dagre>

参数

参数类型描述默认值
nodeInfosArray节点信息[]
rankdirString流程图方向"LR"
alignString节点对齐方式"UL"
nodeWidthNumber节点宽度80
nodeHeightNumber节点高度60
initScaleNumber初始化缩放比例大小1
durationTimeNumber过渡动画时间1000
passNodeStyleString通过节点样式''
failNodeStyleString未通过节点样式''
passLabelStyleString通过标签样式''
failLabelStyleString未通过标签样式''
1.0.4

7 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago