Hi John,
Thanks again for working on the package! I think I found a bug when trying to use tooltips together with themes:
data.frame(
x = 1:10,
y = runif(10, 5, 10)
) %>%
e_charts(x) %>%
e_line(y, symbol = 'none') %>%
e_theme("inspired") %>% # same for "infographic" theme, haven't tried others
e_tooltip(trigger = "axis", formatter = e_tooltip_pointer_formatter(digits = 1))
This results in a gray-transparent tooltips that are hard to read:
