Blazor.Diagrams
Blazor.Diagrams copied to clipboard
Auto-layout
Is there any functionality to auto-layout a diagram, e.g. Org-chart style (top down), or left-to-right (time-line?) horizontal layout.
Many thanks
i was also wondering that , if there is something already done that can help to create a Org Chart ?
Check out this example: https://github.com/Blazor-Diagrams/Blazor.Diagrams/tree/master/docs/Layouts
Unfortunately no, not out of the box in the library. You'll have to use some other layout library or write some custom code for now.