title pretty clear. I am looking for a way to display information about the node when clicked just like https://emiliorizzo.github.io/vue-d3-network/ but I can't seem to understand how that was done in the source code.
I am currently retrieving information with the nodeClick event like explained in the docs :
nodeClick(event,node){
console.log(event,node)
},
But I don't know how to create the container above the network displaying the info.