powered by
Add a draft watermark to your graph.
e_draft(e, text = "DRAFT", size = "120px", opacity = 0.4, color = "#d3d3d3")
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Text to display.
Font size of text.
Opacity and color of text.
# NOT RUN { cars |> e_charts(speed) |> e_scatter(dist) |> e_draft() # }
Run the code above in your browser using DataLab