sdrdis / jquery.flowchart

JQuery plugin that allows you to draw a flow chart.
http://sebastien.drouyer.com/jquery.flowchart-demo/
Other
508 stars 149 forks source link

Create topology from source json #70

Open AnujBenjwal opened 6 years ago

AnujBenjwal commented 6 years ago

Using jquery flowchart plugin, we are able design a topology using drag and drop which creates a source json. Our requirement is to define a source json that in turn creates the topology as defined in the json.

Is it possible to implement the same? Is there is any feature in library that can be used to create a topology by defining the json?

sdrdis commented 6 years ago

Yes, check the setData method and http://sebastien.drouyer.com/jquery.flowchart-demo/#example_7