Learn R Programming

echarts4r (version 0.0.1)

e_tooltip: Tooltip

Description

Customise tooltip

Usage

e_tooltip(e, ...)

Arguments

e

An echarts4r object as returned by e_charts.

...

Any other option to pass, check See Also section.

See Also

https://ecomfe.github.io/echarts-doc/public/en/option.html#tooltip

Examples

Run this code
# NOT RUN {
USArrests %>% 
  e_charts(Assault) %>% 
  e_bar(Murder) %>% 
  e_tooltip(trigger = "axis")

# }

Run the code above in your browser using DataLab