You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to add a "version" string property to google-chart to load a different version of the charts library. This can be a specific version or the special strings, "upcoming" and "current". This will be useful when testing out upcoming releases or freezing an app to a specific version.
Loading packages dynamically means that language and version
may not be changed. This fixesGoogleWebComponents#145 and GoogleWebComponents#159 for setting them
consistently across all loaders and preventing them from changing.
Adds a new test file for language testing as we are loading a
different set of library files.
wesalvaro
added a commit
to wesalvaro/google-chart
that referenced
this issue
Oct 18, 2016
Loading packages dynamically means that language and version
may not be changed. This fixesGoogleWebComponents#145 and GoogleWebComponents#159 for setting them
consistently across all loaders and preventing them from changing.
Adds a new test file for language testing as we are loading a
different set of library files.
It would be useful to add a "version" string property to google-chart to load a different version of the charts library. This can be a specific version or the special strings, "upcoming" and "current". This will be useful when testing out upcoming releases or freezing an app to a specific version.
This would also be consistent with google-map, which also offers a version string property:
https://elements.polymer-project.org/elements/google-map#property-version
Details: https://developers.google.com/chart/interactive/docs/basic_load_libs
I'll send a PR that adds the version string property to google-chart and google-chart-loader.
The text was updated successfully, but these errors were encountered: