Open Instinct408 opened 3 years ago
Assuming that you already got the answer, but for future reference for others, you get it from VisNetworkService that is provided with Angular implementation. visNetworkService['networks']['{your network name goes here}']
I created a cluster node with an ID but as far as I know, the cluster node isn't added to the nodes object. One way I found was using network.body.node[id].options, but since I am using visjs with typescript Angular, my compiler is giving me body not found error.. Is there any way around this?