Learn R Programming

echarts4r (version 0.4.5)

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

Examples

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