You can do this in plotly using layout: p <- p %>% layout(yaxis = list(tickformat = "%")) Or if you want to only add % and do not reformat the numbers then: ...
確定! 回上一頁