config
From plotly v4.5.2
by Carson Sievert
Set the default configuration for plotly
Set the default configuration for plotly
Usage
config(p, ...)
Arguments
- p
a plotly object
- ...
these arguments are documented at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js
Examples
library(plotly)
# NOT RUN {
config(plot_ly(), displaylogo = FALSE, modeBarButtonsToRemove = list('sendDataToCloud'))
# }
Community examples
Looks like there are no examples yet.