layout(title = "Basic Pie Chart using Plotly") data(wind) plot_ly(wind, r = ~r, t = ~t) %>% add_area(color = ~nms) %>%.
確定! 回上一頁