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.
echarts4r
e_charts
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.
https://github.com/ecomfe/echarts-liquidfill
# NOT RUN { 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