Open the page in a browser and view the page source, then paste the javascript here.
On Monday, November 12, 2012 1:48:48 PM UTC-5, Pradeep Bhat wrote: > > how do i do that what I have in the code is this exactly > > <script type="text/javascript" src="https://www.google.com/jsapi > "></script> > <script type="text/javascript"> > google.load("visualization", "1", {packages:["corechart"]}); > google.setOnLoadCallback(drawcharts); > function drawcharts(){ > var data = google.visualization.arrayToDataTable([ > [<%=mwtimepublic%>, <%=mwarraypublic%>] > ]); > > var options = { > title: 'MW Trend' > }; > > var chart = new > google.visualization.LineChart(document.getElementById('chart_div')); > chart.draw(data, options); > } > </script> > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/OrMwERvvTIYJ. To post to this group, send email to google-visualization-api@googlegroups.com. To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.