Hi Daniel,

         Thanks for your reply . Meanwhile I have went through the other 
threads and have included the frozen version 41 as below in index.html (I 
am using ionic + AngularJS for Mobile app).

  <script type="text/javascript" 
src="https://www.gstatic.com/charts/loader.js";></script>
         <script type="text/javascript">

   google.charts.load('41', {packages: ['corechart','table']});

   google.charts.setOnLoadCallback(function(){});
</script>

     The above code works well in simulator. But when i deploy to the real 
device , I get an error which states google.visualization is undefined. 
Please also suggest other ways of loading the google charts.

Thanks in advance.

On Wednesday, 19 August 2015 17:49:18 UTC+5:30, Daniel LaLiberte wrote:
>
> Hi divya,
>
> We pushed out a pre-production release of v42 on the 17th, which is 
> probably what you are seeing.
>
> Can you give more details about what is failing for you?  Please post 
> enough code here to reproduce the problem, or better, give us a link to 
> your page, or create an example on jsfiddle.
>
> On Wed, Aug 19, 2015 at 5:02 AM, divya mc <[email protected] <javascript:>
> > wrote:
>
>> Hi Team,
>>
>>           We have tried developing an app with google charts and have 
>> used Bar , Line , Column and Tables. All the charts were displayed well. 
>> But now , only the Table chart is not drawn . Please help in this.
>>
>>
>>     chart = new google.visualization.Table(elm[0]);
>>                 chart.draw($scope.chart.data,options,{showRowNumber: 
>> true, 'cssClassNames': cssClassNames});
>>
>>
>> -- 
>> 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] 
>> <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-visualization-api/01122254-fbd2-44f4-bd67-b0c7a8feae89%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-visualization-api/01122254-fbd2-44f4-bd67-b0c7a8feae89%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> 
>  - 978-394-1058
> [email protected] <javascript:>   5CC, Cambridge MA
> [email protected] <javascript:> 9 Juniper Ridge Road, Acton MA
>

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/2b827ad7-b45d-46ce-baba-bf03cef8656d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to