I have this piece of code.
How can I please easy change hover text diff
to newlabel
?
Here is my site http://webcovid19.online/
ggplotly(
ggplot(my_data, aes(x=date, y=diff)) +
geom_bar(stat='identity',fill='red') +
scale_y_continuous(labels = comma)
)