MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

Dynamic Points #134

Closed afsal-kk closed 4 years ago

afsal-kk commented 4 years ago

Hi Team,

I am trying to make links dynamically like when we are click on node the points are making correctly even if we did n't mention it, do we have any option to make points dynamically?

{ id: 'test123', type: 'Event', width: 50, height: 50, x: 450, y: 150, name: 'Test Node', linksTo: [ { target: "", edited: false, points: [ ], }, ], },