Skip to content

Commit

Permalink
Update Lava.js
Browse files Browse the repository at this point in the history
Pinning the charts version to `47` instead of `current` to resolve current issues with the latest version. #330 #329 #328
  • Loading branch information
kevinkhill authored Aug 6, 2020
1 parent e3b719c commit 88577cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/lava/Lava.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ module.exports = (function() {

console.log('[lava.js] Google loaded with options:', config);

google.charts.load('current', config);
google.charts.load('47', config);

google.charts.setOnLoadCallback(deferred.resolve);
};
Expand Down

0 comments on commit 88577cd

Please sign in to comment.