I have used the following constructor to load the Dashboard
google.load('visualization', '1.0', {'packages':['controls']});
From yesterday we are facing the issue , the graph not loading with below error
TypeError: google.visualization.Dashboard is not a constructor.
Then we have changed the version from 1.0 to 1.1 temporarily
google.load('visualization', '1.1', {'packages':['controls']});
After that issue resolved.
We would like to know the reason for older version (1.0) why not getting supported.
Thanks,
Senthil