DaHaiz / ngFlowchart

ngFlowchart enables drag&drop modelling of graphs in web applications
http://one-logic.github.io/ngFlowchart/dist/
MIT License
103 stars 64 forks source link

edge drawing service should use vanilla js to set d-attr of svg graph #25

Closed maurerke closed 8 years ago

maurerke commented 8 years ago

Currently there can be a huge performance issue while dragging if you have a lot of watchers in your angular app. This is because the scope is used to handle the position of the nodes as well as the edges connected to it.

maurerke commented 8 years ago

Done with commit 6b2fc3e7b20fb98e4009099b5ca45b2f43c26531

Set drag-animation="'shadow'" to get performance improvement