e_draft {echarts4r} | R Documentation |
Draft
Description
Add a draft watermark to your graph.
Usage
e_draft(e, text = "DRAFT", size = "120px", opacity = 0.4, color = "#d3d3d3")
Arguments
e |
An |
text |
Text to display. |
size |
Font size of text. |
opacity , color |
Opacity and color of text. |
Examples
cars |>
e_charts(speed) |>
e_scatter(dist) |>
e_draft()
[Package echarts4r version 0.4.5 Index]