I'm trying to make block diagram (like this) and diagram-vue is the best component which I found.
I'd like to hide/show blocks (connected with links) when clicking on neighbor blocks. It would be great if node component has a something like "@click" event handler which allow to specify user-defined functions.
I'm trying to make block diagram (like this) and
diagram-vue
is the best component which I found.I'd like to hide/show blocks (connected with links) when clicking on neighbor blocks. It would be great if
node
component has a something like "@click" event handler which allow to specify user-defined functions.