hello guys,
how can we change the color of the tool tip in plotly r .
mtcars%>%
plotly(x = ~gears,y=~mpg,type = "bar",marker = list(color= "blue"),text = paste(~mpg))
and can you help making the haver text back ground color to yellow or gray ?