Skip to content
Snippets Groups Projects
Commit f8313890 authored by splendidles's avatar splendidles Committed by Daniel Cothran
Browse files

Issue #2808327 by splendidles: Multiple Charts With GeoMap Render Issue

parent b2bba525
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment