in src/components/InteractiveForceGraph.js [71:75]
onHoverNode(event, hoveredNode) { if (!isTouch) { this.setState({ hoveredNode }); } }