JuliaPlots / PlotlyJS.jl

Julia library for plotting with plotly.js
Other
418 stars 77 forks source link

Hover functionality in histograms #388

Closed PatMcFarlane closed 3 years ago

PatMcFarlane commented 3 years ago

I'm using plots.jl with the PlotlyJS backend and the hover functionality doesn't seem to work when plotting histograms.

I'm doing all my plotting in VSCode so plots render in the VSCode plot window. But even if I use the popdisplay() command so that they render in a browser, the problem still persists.

The examples on the plotlyjs website have the hover feature working just fine though:

https://plotly.com/javascript/histograms/

sglyon commented 3 years ago

I'm sorry, this might be an issue with Plots.jl -- could you reopen there?