Skip to content

Conversation

@diegofer
Copy link

@diegofer diegofer commented Jul 6, 2020

goog plugin upgrade for fix breaking changes in google charts loading using gstatic library like docu in https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code

Check my console error before and web app before and after fix:
Captura de pantalla de 2020-07-03 11-00-41
Captura de pantalla de 2020-07-06 12-14-10

diegofer added 2 commits July 6, 2020 12:00
goog plugin upgrade for fix breaking changes in google charts loading  using gstatic library like docu in https://developers.google.com/chart/interactive/docs/basic_load_libs#update-library-loader-code
Notes: 
1. due to gstatic google library,  the async plugin it is not necessary anymore.
2. requirejs define only needs two parameters:
<pre><code>
define([
	'goog!current,packages:[corechart]',
],
</code></pre>
goog plugin upgrade for fix breaking changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant