plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

Spinner Argument #353

Open msgoussi opened 3 years ago

msgoussi commented 3 years ago

library(plotly) p <- plot_ly(z = ~volcano) %>% add_surface() orca(p, "surface-plot.png")

Would you please can a user control the spinner, ie spinner = FALSE, in the background function of orca