Google Charts - Table Api not displayed suddenly from 18th Aug

69 views
Skip to first unread message

divya mc

unread,
Aug 19, 2015, 5:02:24 AM8/19/15
to Google Visualization API
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});


Daniel LaLiberte

unread,
Aug 19, 2015, 8:19:18 AM8/19/15
to Google Visualization API
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.

--
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 google-visualizati...@googlegroups.com.
To post to this group, send email to google-visua...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.



--
dlaliberte@Google.com   5CC, Cambridge MA
daniel.laliberte@GMail.com 9 Juniper Ridge Road, Acton MA

divya mc

unread,
Aug 19, 2015, 9:04:08 AM8/19/15
to Google Visualization API
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 <divy...@gmail.com> 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 google-visualization-api+unsub...@googlegroups.com.



--
dlali...@Google.com   5CC, Cambridge MA
daniel.l...@GMail.com 9 Juniper Ridge Road, Acton MA

Daniel LaLiberte

unread,
Aug 19, 2015, 9:16:31 AM8/19/15
to Google Visualization API
Hi Divya,

Sounds like there is a problem using the frozen version on mobile devices which we would like to investigate.   For this, and for testing the problem you are seeing in v42, we will probably need to see the problem in action.   

There may be a way to workaround problems, depending on what they are.  Regarding tables, we have found people are often using non-standard features or using them inappropriately.  So if you can give us the details, perhaps we can help you.

We don't have any other options for loading Google Charts.


On Wed, Aug 19, 2015 at 9:04 AM, divya mc <divy...@gmail.com> wrote:
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 <divy...@gmail.com> 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 google-visualizati...@googlegroups.com.



--
dlali...@Google.com   5CC, Cambridge MA
daniel.l...@GMail.com 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 google-visualizati...@googlegroups.com.

To post to this group, send email to google-visua...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.

For more options, visit https://groups.google.com/d/optout.



--
dlaliberte@Google.com   5CC, Cambridge MA
daniel.laliberte@GMail.com 9 Juniper Ridge Road, Acton MA
Reply all
Reply to author
Forward
0 new messages