app/src/commons/component/d3-force.component.html
crusader 17c51a6001 ing
2018-09-11 01:20:14 +09:00

6 lines
279 B
HTML

<svg #svg [attr.width]="_options.width" [attr.height]="_options.height">
<g [zoomableOf]="svg">
<g [linkVisual]="link" *ngFor="let link of links"></g>
<g [nodeVisual]="node" *ngFor="let node of nodes" [draggableNode]="node" [draggableInGraph]="graph"></g>
</g>
</svg>