Skip to content

Using themes makes the tooltips go transparent gray #363

@Alik-V

Description

@Alik-V

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:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions