ngFlowchart
ngFlowchart copied to clipboard
Adding new connector will not update size of Node
I tried adding new connecter both output and input connector dynamically. Result wasn't good the connectors were going out from the node itself. I used the default css provided in demo .Here is the picture:
Anyone else having this problem? any workaround?
you can modify this by going to flowchat/node.html and add the width to ng-attr-style you can add a attribute to newNod model in app.js that contain the numbre of connector and set the width dynamically
@HACHIMIam , how you create node like (yes, no, maybe). Can you please suggest here.