Search code examples
javascriptjquery-uijsplumb

jsPlumb toolkit


Is it possible in jsPlumb toolkit to dynamically position the content based on the number and type of objects to be drawn and connected. I mean currently the example they gave, uses css to position the each nodes which is not a good option when we are dynamically generating the visualization as we wont know how much number of objects(nodes) will be available in a network. Is it posible to make it dynamic?

NB: Totally newbie in jsplumb.


Solution

  • No. It's up to you to position your elements. jsPlumb simply 'plumbs' them.