Learn R Programming

echarts4r (version 0.4.2)

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 or a proxy as returned by echarts4rProxy.

...

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