powered by
Plot a gauge.
e_gauge(e, value, name, rm_x = TRUE, rm_y = TRUE, ...)e_gauge_(e, value, name, rm_x = TRUE, rm_y = TRUE, ...)
e_gauge_(e, value, name, rm_x = TRUE, rm_y = TRUE, ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Value to gauge.
Text on gauge.
Whether to remove x and y axis, defaults to TRUE.
TRUE
Any other option to pass, check See Also section.
Additional arguments
# NOT RUN { e_charts() %>% e_gauge(57, "PERCENT") # }
Run the code above in your browser using DataLab