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

Default linewidth #406

Open JohnMidity opened 5 months ago

JohnMidity commented 5 months ago

I'd like to add a default Width to the diagram link options, similar to color of links.

I would add BlazorDiagramLinkOptions.DefaultWidth and use that in the constructor of LinkModel and in the LinkWidget. Seems like not much work, I can submit a pull request.