diff --git a/modules/charts_google/charts_google.js b/modules/charts_google/charts_google.js index bb74ba5f66818d9476d812bc3cae7830fb8f0534..3f06a3f037341535964bfbf1cbec7416d2b33e0d 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.