You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a number of technical reasons, going forward, we won't be showing hover info on the axis for plots generated via ggplotly(). Also, since you're using ggplotly(), then add_trace(), you'll have to format the hoverinfo yourself in that additional trace, for example:
This issue is not resolved but as I cannot reopen it I am opening a new one:
#498
As recommended, I have tries this with all 3 builds of Plotly:
install.packages("plotly")
devtools::install_github("ropensci/plotly")
devtools::install_github("ropensci/plotly@rewrite")
It seems there is still something that is wrong with how ggplotly converts Date X axis values in Linux.
On Windows, I see a proper hover of both the Markers and the geoms when I scroll across. It is showing the value of DATE.
On Linux, with the CRAN build, the dates for the X axis do not align at all (see the original screenshot from #482)
With the GITHUB and the LATEST DEV BRANCH. I added the following for as requested:
as.numeric(startlocal) * 24 * 60 * 60 * 1000,
However, this does NOT fix the following issues:
The text was updated successfully, but these errors were encountered: