powered by
Define global font style.
e_text_style(e, ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
Any other option to pass, check See Also section.
official documentation
# NOT RUN { cars %>% e_charts(dist) %>% e_scatter(speed) %>% e_labels() %>% e_text_style( color = "blue", fontStyle = "italic" ) # }
Run the code above in your browser using DataLab