joyceworks / flowchart-vue

Flowchart & designer component for Vue.js.
MIT License
345 stars 75 forks source link

Generic data field for nodes #7

Closed rgr closed 4 years ago

rgr commented 4 years ago

Hey Joyce,

great work! I've check quiet a lot of flowchart libraries and yours is the closest to my needs.

One thing that would really help me would be to have a generic data field in each node where I could put whatever I want (title in another language, content, etc.) and that doesn't necessarily need to be displayed on the screen. It could be edited on a sidebar on a click event on the node for example.

That would be really helpful, I hope you can build it :)

iamppz commented 4 years ago

You can add any field to node, here is an example.

rgr commented 4 years ago

great ! Thanks for the tip :)