powered by
Format labels
e_labels(e, show = TRUE, position = "top", ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Set to TRUE to show the labels.
TRUE
Position of labels, see official documentation for the full list of options.
Any other options see documentation for other options.
# NOT RUN { mtcars %>% e_chart(wt) %>% e_scatter(qsec, cyl) %>% e_labels(fontSize = 9) # }
Run the code above in your browser using DataLab