Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML tooltips are not styled correctly #206

Closed
rslawik opened this issue Jan 2, 2018 · 1 comment
Closed

HTML tooltips are not styled correctly #206

rslawik opened this issue Jan 2, 2018 · 1 comment

Comments

@rslawik
Copy link
Contributor

rslawik commented Jan 2, 2018

HTML tooltips in <google-chart> using Polymer 2 and ShadowDOM are not positioned correctly and their styles are missing.

chart.options = {
  tooltip: {
    isHtml: true
  }
}

image

@wesalvaro
Copy link
Member

This looks like a duplicate of #138 which would be fixed by a fix for #26.
I have a fix in #204 but it essentially changes everything, so I need a good reviewer (I also need to add some more tests). I believe that #204 is a much more Polymer-y version that has a bunch of needed changes/refactors. If you want to take a look, that'd be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants