How to show node neighboors in a network (graph)

Hi guys, I am working on my first app with dash which is about networks visualisation. using dcc.graph, when i select a node all the others shut down ( like “disabled”). what i want is that when I select a node its neighboors don’t shut down … thank you.