Hi,. The problem is that you are not giving a plotly object, but instead a ggplot object. Do the following: l <- plotly::ggplotly(b) ...
確定! 回上一頁