Display (a different) value under scatter point

If you want to change the behavior programatically, you can do

p=plot(); PlotlyJS.relayout!(p.o,hovermode="closest")

Alternative values are "x" (the default) and "y" (which doesn’t seem to be accessible from the GUI).

3 Likes