joyceworks / flowchart-vue

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

Is there a way to draw the "Nodes" and "Connections" dynamically on the chart based on user preference? #44

Closed Aravinda93 closed 2 years ago

Aravinda93 commented 2 years ago

I am new to flowchart-vue and trying to create a simple application that consists of just Nodes and Connectors. All I want to do is let the user draw the Nodes anywhere on the Chart based on the click of the Add Node button and create the connections between them using the Add Connector button. I want users to create as many as Nodes and Connectors based on their requirements.

I have completed my sourcecode so far: CodeSandbox

I tried a couple of things but nothing seems to work for me. Can you please explain if this is possible? If so can you guide me on what to do? Following is something I am trying to achieve: CPT2111081018-1920x930

github-actions[bot] commented 2 years ago

Stale issue message

Aravinda93 commented 2 years ago

I used the Drawflow library and that worked perfectly for my requirement: https://github.com/jerosoler/Drawflow