md`### Interactive network with Vega
It is not straightforward how to highlight involved nodes and edges around a hovered element (node/edge).
It can be done by maintaining a dataset of neighbors from the hovered node as well as the nodes belonging to a hovered edge.
Then just play with the logic using chains of production rules in the marks in order to control what has to be highlighted.`