I'm working on some user's information to represent data in a network chart. And data nodes/links are loading dynamically.
When child node data is loaded then child node-link info is replacing parent node-link information. That is giving me a problem.
Now I'm trying to find a way, why which if any two nodes link is already loaded then that link should not override with the new link. That means the new link will remove.
I'm attaching a screenshot of the message which I'm getting when data is loading.
I searched regarding this on ZoomChart documentation and also on google. But I didn't find any solution.