@SmilyArora wrote:
Hi,
I have a json which gives me a node data array in a sequential manner. Something like:
nodedataarray: [{
“category”: 1,
“id”: 1
},
{
“category”: 2,
“id”: 2
},
{
“category”: 2,
“id”: 3
}
]
But there is no link data array as, the json above is in the sequence in which the steps got executed. How can we generate a flow diagram with such data.What is the preferred way to achieve that.
Is there any default way which goJS provides for such a case.
Posts: 1
Participants: 1