Blazor swimlane diagram is a powerful visualization tool that illustrates the intricate connections between various components of a business process and the corresponding departments responsible for each stage. By highlighting the logical relationships among different activities, it provides a clear and comprehensive overview, simplifying the comprehension of the process dynamics and the associated departmental responsibilities.
The Blazor Diagram library provides the swimlane shapes, making it is easy to add them to a diagram surface in a single call.
The diagram provides support to edit swimlane headers at runtime. You can achieve the header editing by double-clicking on it. Double-clicking the header label will enable the editing mode.
Lanes can be swapped by dragging the lanes over another lane. The helper should indicate the insertion point when lane swapping.
Lane/Phase can be resized in the bottom and right direction based on orientation.
Save your diagram state in JSON format and load it back later for editing using the serializer.