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

Declare properties in constructor #262

Closed rslawik closed 5 years ago

rslawik commented 5 years ago

JS compiler expects properties to be defined in the constructor. The properties managed by Polymer are then declared in the static properties object.

rslawik commented 5 years ago

Hi @wesalvaro, could you take a look? Thanks!