What happened to the buttons that let me select between closes and all labels?

As the title said. There used to be 2 buttons that me select between showing the closest label and all of them for that X axis. They seem to be gone in a recent update. If you’re not sure what I’m talking about, some visuals:
These icons
Screen Shot 2021-06-24 at 10.41.45 PM
Used to be in this menu:
Screen Shot 2021-06-24 at 9.59.33 PM

If there is a way to get them back, please let me know.

Anyone got any info on this at all?

These were removed by default in Plotly.js 2.0 and Plotly.py 5.0 and can be added back in with fig.update_layout(modebar_add=["v1hovermode", "toggleSpikeLines"])) in Python.

1 Like

Thanks you very much!