Docs
optimization
Performance tuning options for large diagrams (spatial culling, adaptive zoom buffer, edge virtualization, and hideEdgesBelowZoom threshold).
Example
<ngx-workflow-diagram
[optimization]="{
virtualization: true,
adaptiveBuffer: true,
hideEdgesBelowZoom: 0.4,
edgeVirtualization: 'any-endpoint'
}"
/>Interactive preview
Try the diagram (drag ports to connect):
Diagram canvas
ngx-workflow-diagram