e_text_style | R Documentation |
Define global font style.
e_text_style(e, ...)
e |
An |
... |
Any other option to pass, check See Also section. |
Do not use e_arrange
in R markdown or Shiny.
cars |>
e_charts(dist) |>
e_scatter(speed) |>
e_labels() |>
e_text_style(
color = "blue",
fontStyle = "italic"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.