From f83138908015ad873227512948d18f435e30add0 Mon Sep 17 00:00:00 2001
From: splendidles <splendidles@3069845.no-reply.drupal.org>
Date: Thu, 8 Mar 2018 02:29:54 -0500
Subject: [PATCH] Issue #2808327 by splendidles: Multiple Charts With GeoMap
 Render Issue

---
 modules/charts_google/charts_google.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/charts_google/charts_google.js b/modules/charts_google/charts_google.js
index bb74ba5..3f06a3f 100644
--- a/modules/charts_google/charts_google.js
+++ b/modules/charts_google/charts_google.js
@@ -9,7 +9,7 @@ Drupal.behaviors.chartsGoogle.attach = function(context, settings) {
   // First time loading in Views preview may not work because the Google JS
   // API may not yet be loaded.
   if (typeof google !== 'undefined') {
-    google.load('visualization', '1', { callback: renderCharts });
+    google.load('visualization', '1', { callback: renderCharts, packages: ['corechart'] });
   }
 
   // Redraw charts on window resize.
-- 
GitLab