powered by
Draw liquid fill.
e_liquid(e, serie, color, rm_x = TRUE, rm_y = TRUE, ...)e_liquid_(e, serie, color = NULL, rm_x = TRUE, rm_y = TRUE, ...)
e_liquid_(e, serie, color = NULL, rm_x = TRUE, rm_y = TRUE, ...)
An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
echarts4r
e_charts
echarts4rProxy
Column name of serie to plot.
Color to plot.
Whether to remove x and y axis, defaults to TRUE.
TRUE
Any other option to pass, check See Also section.
official documentation
df <- data.frame(val = c(0.6, 0.5, 0.4)) df |> e_charts() |> e_liquid(val) |> e_theme("dark")
Run the code above in your browser using DataLab