Is there any way with observable to get the hovered value when using the crosshair, to be displayed in other reactive elements? I’m trying to highlight a point on a map (maplibre, not Plot) depending on what point the observable crosshair is selecting / hovering over on a time series graph. I would use d3.mouse() but it doesn’t track the click action with the crosshair, which keeps the position fixed.