powered by
Customise tooltip
e_tooltip(e, trigger = c("item", "axis"), ...)
An echarts4r object as returned by e_charts.
echarts4r
e_charts
What triggers the tooltip, one of item or item.
item
Any other option to pass, check See Also section.
Additional arguments
# NOT RUN { USArrests %>% e_charts(Assault) %>% e_bar(Murder) %>% e_tooltip() # }
Run the code above in your browser using DataLab