Not your fault, pretty much everyone who tries that example has the exact same problem.
On Monday, October 29, 2012 11:49:40 AM UTC-4, Bob Zinc wrote: > > Thanks a lot. I made a silly move > > > On Monday, October 29, 2012 11:06:11 AM UTC-4, asgallant wrote: >> >> Chances are that you don't have jQuery where that script is looking for >> it. Change this line: >> >> <script type="text/javascript" src="jquery-1.6.2.min.js"></script> >> >> to this: >> >> <script type="text/javascript" src="// >> ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> >> >> Note that if you are running the file locally instead of on a webserver, >> you will need to add "http:" to the start of the source. >> >> On Monday, October 29, 2012 10:05:14 AM UTC-4, Bob Zinc wrote: >>> >>> This pie example, does anybody know even though I copy exactly the same >>> code, the pie is not generated. I would like to use json formatted data to >>> instantiate theDataTable constructor. >>> >>> https://developers.google.com/chart/interactive/docs/php_example >>> >> -- 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/-/obDm0KQnDSUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
