If part of a page is rendered using ajax and contains a google chart, the chart is marked as processed via Drupal.behaviors.visualization_gva, but not drawn. Reason is google.setOnLoadCallback(drawChart), which is only called on page load, maybe use $(document).ready(drawChart) instead.

Comments

manuelBS’s picture

The patch cannot be applied. Neither to the dev snapshot nor to the alpha1 version. I will reroll the patch

manuelBS’s picture

Here is the patch for the dev-version

Edit: The patch also works for the alpha1 version

manuelBS’s picture

Status: Active » Needs review

  • Niremizov committed 79ba648 on 7.x-1.x authored by manuelBS
    Issue #2017703 by manuelBS, ykarl: Fixed - Google Charts not drawn on...
Niremizov’s picture

Issue summary: View changes
Status: Needs review » Fixed

Commited, thx.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.