GoogleWebComponents / google-chart

Google Charts API web components
https://www.webcomponents.org/element/@google-web-components/google-chart/elements/google-chart
Apache License 2.0
358 stars 130 forks source link

Google table chart default styles are not applied. #207

Closed ThePlenkov closed 6 years ago

ThePlenkov commented 6 years ago

Hi,

I just decided to try polymer with google table chart.

What a disappointment to find it without any style.

image

What I did - I just cloned this repository and served with polymer.

What is interesting, here it works fine: https://elements.polymer-project.org/bower_components/google-chart/demo/index.html

May be it is polymer issue?

wesalvaro commented 6 years ago

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.