Description
Add a draft watermark to your graph.
Usage
e_draft(e, text = "DRAFT", size = "120px", opacity = 0.4,
color = "#d3d3d3")
Arguments
e
An echarts4r
object as returned by e_charts
.
opacity, color
Opacity and color of text.
Examples
Run this code# NOT RUN {
cars %>%
e_charts(speed) %>%
e_scatter(dist) %>%
e_draft()
# }
Run the code above in your browser using DataLab