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/-/k9X1-HeHwfEJ. 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.
