hi . Thanks for the solution !!!!!!!! i am running in the Android 4.0 as well as in the 4.1 jelly beam version but i am not getting !!!!dnt know wy ??
On Wednesday, 10 April 2013 20:33:30 UTC+5:30, asgallant wrote: > > Which android version is the phone using? The default Android browser > doesn't support SVG (required for the charts) on versions earlier than 3.2. > I ran your code in Chrome on my phone (Samsung Galaxy Nexus with Android > 4.2), and it works fine. You can try using the PhoneGap debugger ( > http://debug.phonegap.com/) to debug the script on your phone. I put > your code in a jsfiddle <http://jsfiddle.net/asgallant/6QaAr/> for > testing, you can use the mobile debugging feature there to link up with > PhoneGap. > > On Wednesday, April 10, 2013 12:33:47 AM UTC-4, Rameez Raza.R wrote: >> >> Thanks for the Reply !! >> >> >> This is the Code >> >> <html> >> <head> >> >> <script type="text/javascript"> >> google.load("visualization", "1", {packages:["corechart"]}); >> google.setOnLoadCallback(drawChart); >> function drawChart() { >> var data = google.visualization.arrayToDataTable([ >> ['Status', 'Count'], >> ['Pass', 11], >> ['Fail', 2], >> ['Unable -to-Test', 2], >> ['Setup Fail', 2], >> ['In complete', 7] >> ]); >> >> var options = { >> title: 'Pie chart' >> }; >> >> var chart = new >> google.visualization.PieChart(document.getElementById('chart_div')); >> chart.draw(data, options); >> } >> </script> >> </head> >> <body> >> <div id="chart_div" style="width: 900px; height: 500px;"></div> >> </body> >> </html> >> >> I am able to view the chart only in the Micromax a110 browser not in any >> other phone broswer , in other Browser the graph div area is not showing.i >> have tried in opera mobile ,mozilla,Firefox ,chrome as well as in default >> Broswer. >> >> On Tuesday, 9 April 2013 19:51:18 UTC+5:30, asgallant wrote: >>> >>> If you post the code or a link to the site, I'll check it out. >>> >>> On Tuesday, April 9, 2013 5:48:10 AM UTC-4, Rameez Raza.R wrote: >>>> >>>> Hi >>>> >>>> I am using the Google Visualization API to render the charts in the >>>> web application !!!! >>>> >>>> and i am trying to view the same application in the mobile . >>>> >>>> I have tested the app in the Samsung S duos as well as the Micromax >>>> a110 Canvas, and the issue we are facing is the Graph is displayed only >>>> in >>>> the Micromax (Both the Phone having the same android versions ). >>>> >>>> and also i have tested in opera mini,chrome, firefox , Dolphin and also >>>> in the Default browser ??? >>>> >>>> >>>> Kindly help us !!how to use the google chart in the mobile !!! >>>> >>> -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
