From 88577cde68dba72641a78a4a8464108c553f676b Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Thu, 6 Aug 2020 04:28:07 -0700 Subject: [PATCH] Update Lava.js Pinning the charts version to `47` instead of `current` to resolve current issues with the latest version. #330 #329 #328 --- javascript/src/lava/Lava.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/src/lava/Lava.js b/javascript/src/lava/Lava.js index 4e23756b..170d16d8 100644 --- a/javascript/src/lava/Lava.js +++ b/javascript/src/lava/Lava.js @@ -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); };