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).
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).