0.0.36-beta23 • Published 1 year ago
@whalecloud/fishtopo-flow v0.0.36-beta23
@whalecloud/fishtopo-flow
fishTopoFlow 库,支持 react
Install
npm i @whalecloud/fishtopo-flow
Usage
import { FishTopoFlow } from '@whalecloud/fishtopo-flow';
import { Image, Rect } from '@whalecloud/fishtopo-flow/lib/node';
import { Curve } from '@whalecloud/fishtopo-flow/lib/link';
this.fishtopo = new FishTopoFlow(document.getElementById("flowIns"), {
deleteShow: true,
linkShow: true,
linkModify: true,
roam: false
});
const imageNode = new Image({
style: {
image: "https://fish.iwhalecloud.com/fish-topo-develop/examples/flow/img/network/4_cloud.svg",
width:120,
height:70,
text:"server",
textPosition:"bottom"
},
position:[10,10]
});
const rect = new Rect({
shape: { width: 100, height: 60 },
position: [300, 300],
tooltip: "矩形",
hoverStyle: { fill: "#FF0000" }
});
const newCurveLink = (startNode, endNode, text, direction, dashedPattern) => {
return new Curve(startNode, endNode, {
style: {
lineDash: [dashedPattern]
},
text: {
text: text
},
pos: direction
})
}
const link = newCurveLink(rect, imageNode, '曲线', "bottom, left", 2);
this.fishtopo.add(imageNode);
this.fishtopo.add(rect);
this.fishtopo.add(link);
0.0.36-beta23
1 year ago
0.0.36-beta22
2 years ago
0.0.36-beta21
2 years ago
0.0.36-beta20
2 years ago
0.0.36-beta17
3 years ago
0.0.36-beta18
3 years ago
0.0.36-beta19
2 years ago
0.0.36-beta13
3 years ago
0.0.36-beta14
3 years ago
0.0.36-beta15
3 years ago
0.0.36-beta16
3 years ago
0.0.36-beta12
4 years ago
0.0.36-beta11
4 years ago
0.0.36-beta8
4 years ago
0.0.36-beta9
4 years ago
0.0.36-beta10
4 years ago
0.0.36-beta6
4 years ago
0.0.36-beta7
4 years ago
0.0.36-beta5
4 years ago
0.0.36-beta4
4 years ago
0.0.35-beta4
4 years ago
0.0.32-beta4
4 years ago
0.0.34-beta4
4 years ago
0.0.33-beta4
4 years ago
0.0.32-beta3
4 years ago
0.0.32-beta2
5 years ago
0.0.32-beta1
5 years ago
0.0.32
5 years ago
0.0.30
5 years ago
0.0.31
5 years ago
0.0.29
5 years ago
0.0.28
5 years ago
0.0.27
5 years ago
0.0.26
5 years ago
0.0.25
5 years ago
0.0.24
5 years ago
0.0.23
5 years ago
0.0.20
5 years ago
0.0.21
5 years ago
0.0.22
5 years ago
0.0.19
5 years ago
0.0.18
5 years ago
0.0.17
5 years ago
0.0.16
5 years ago
0.0.15
5 years ago
0.0.13
5 years ago
0.0.14
5 years ago
0.0.12
5 years ago
0.0.11
5 years ago
0.0.10
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago