Adds default ggla style to a plotly plot
ggla_plotly_style(plot, gla_theme = "default", base_size = 14, ...)
| plot | A plotly plot, created either using plot_ly or ggplotly. |
|---|---|
| gla_theme | Either "default" or "inverse", Default: 'default' |
| base_size | base font size, Default: 14 |
| ... | Other parameters passed to plotly::style |
A plotly plot