Learn R Programming

echarts4r (version 0.2.0)

e_tooltip: Tooltip

Description

Customise tooltip

Usage

e_tooltip(e, trigger = c("item", "axis"), ...)

Arguments

e

An echarts4r object as returned by e_charts.

trigger

What triggers the tooltip, one of item or item.

...

Any other option to pass, check See Also section.

See Also

Additional arguments

Examples

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

# }

Run the code above in your browser using DataLab