Blazor-Diagrams / Blazor.Diagrams

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

Adding and interacting with labels dynamically #184

Open vrassouli opened 2 years ago

vrassouli commented 2 years ago

Hi Thanks for the awesome job

I'm wondering if it's possible to add labels to the nodes and connectors by the user? For example by double clicking a node or connector and a add/edit the label of the item. and also, is it possible to change the position/location of the label by dragging it? I couldn't find this functionality in the provided demos.

zHaytam commented 2 years ago

Hello,

Out of the box no, unfortunately. You can however do it using the events provided in the library. Tell me if you need any help with it and we can chat about it!