I have been using plotly to make some standalone interactive plots that I can share and allow others to play with data.
I switched which version of the standalone .js file I use (that each html file references to save disk space) and ever since I updated that for some other new functionality the option to switch hover modes has disappeared. I think that option was very useful, allowing comparisons to be made between traces when data is very close but still allowing the user to switch to a single hover label if there are too many traces visible on the plot.
The options I am referring to are visible in the picture below. This is part of the Modebar in the top right of the plots that shows up when you hover the cursor in that area.
The most recent version I have does not include that option (or the spikeline toggle).
I have seen the options in the trace options to select the hover mode but I want the user to be able to toggle this option. I know the configuration options allow these to be removed, but I don't see how to add them back in. Any help would be appreciated. Link to configuration options


