Hi All,
I would like to know how to hide tool bar in Plotly diagram.
I was using below code but looks like something is missing here.
library(plotly)
v_result <- plot_ly(x = c(1,2,3,4), y = c(1, 3, 5, 7))
v_result <- v_result %>% layout(xaxis = x , yaxis = y)
%>% config(displayModeBar = FALSE)
v_result
Please help.
Thanks,
Mahesh