Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
917 stars 176 forks source link

Auto-layout #408

Open iambigred opened 5 months ago

iambigred commented 5 months ago

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

alfredo251 commented 5 months ago

i was also wondering that , if there is something already done that can help to create a Org Chart ?

Phloog commented 4 months ago

Check out this example: https://github.com/Blazor-Diagrams/Blazor.Diagrams/tree/master/docs/Layouts

zHaytam commented 4 months ago

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.