e_draft | R Documentation |
Add a draft watermark to your graph.
e_draft(e, text = "DRAFT", size = "120px", opacity = 0.4, color = "#d3d3d3")
e |
An |
text |
Text to display. |
size |
Font size of text. |
opacity, color |
Opacity and color of text. |
cars |>
e_charts(speed) |>
e_scatter(dist) |>
e_draft()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.