Autorange axes after zoom in ggplotly or plot_ly
Zooming in to a ggplotly
far enough makes the axes disappear. How do I autorange them as the plot is zoomed?
Display bar as whole,value of bar as sum and remove as factor() from hover text
In the plot below I want the bars not to be displayed like they are into pieces. The Total Value
to be displayed as whole and not for every piece and the Year to be displayed not as(factor) Year
inside hover box.
ggplotly produces a blank plot
I have having significant difficulty with plotly in R. The code below produces a blank plot, even though calling ‘p’ without the ggplotly produces a plot. I have uninstalled and reinstalled both R and RStudio but the problem persists.