I am trying to build a dashboard that include a cytoscape network.
Everything is fine to display nodes and edges with the correct representations.
I added an update of the stylesheet using callback when user click on a node.
It highlights the selected node and all the other bound nodes.
The problem is that it reset the view (dezoom and change nodes places as my layout is ‘cose’).
I would like to select nodes and highlight them without changing the view of the network.
It that possible ?
Sorry if this topic has been already treated, I could not find a similar issue during my research.
Thank you