Learn R Programming

echarts4r (version 0.2.0)

e_text_style: Text style

Description

Define global font style.

Usage

e_text_style(e, ...)

Arguments

e

An echarts4r object as returned by e_charts.

...

Any other option to pass, check See Also section.

See Also

official documentation

Examples

Run this code
# 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