HTML tooltips in `<google-chart>` using Polymer 2 and ShadowDOM are not positioned correctly and their styles are missing. ```javascript chart.options = { tooltip: { isHtml: true } } ``` 