Till 27th july 2020, code was working file. (more than 2 years)
suddenly it started giving the above error randomly.
More than 50% i'm getting above error,
but sometimes code work totally fine , chart and tables loads up properly 
and no error...

can anyone help me please...

<script type="text/javascript" src="https://www.google.com/jsapi";></script>

<script type="text/javascript">
    google.load('visualization', '1.1', {packages: ['corechart', 'table']});
</script>


 $scope.loadChart = function (gdata) {
            var data = new google.visualization.DataTable();
            data.addColumn('datetime', 'Date Time');
            data.addColumn({type: 'string', role: 'annotation'});
            var datatype = 'number';
            var ColLength = gdata[0].length;
            var fullLength = gdata.length;

...
...

...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/fb37b6a6-1b30-4994-9985-7b0e87881bafo%40googlegroups.com.

Reply via email to