Skip to content

Conversation

@diegofer
Copy link
Owner

@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
Notes:

  1. due to gstatic google library, the async plugin it is not necessary anymore.
  2. requirejs define only needs two parameters:

define([
	'goog!current,packages:[corechart]',
],

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>
@diegofer diegofer merged commit 96685f4 into master Jul 6, 2020
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.

2 participants