Calendar First load empty

Issue #47 resolved
Jean-Claude Besse created an issue

If calendar loads faster than charts api then no graphs are drawn. Pot solution: add drawCharts in google.charts.setOnLoadCallback()

Comments (1)

  1. Jean-Claude Besse reporter

    solved with suggested change + if(typeof google.visualization === 'undefined') return; in drawCharts

  2. Log in to comment