Hi.

Can you give the code snippet that causes this error for you?
Also, is it possible that you load several different packages separately
which includes both the corechart and one of the previous packages
columnchart/barchart and others?

  Viz Kid

On Fri, May 21, 2010 at 3:35 AM, r2b2 <[email protected]> wrote:

> By the way , here is the reason why I ask this :
>
> parent.__GCHART_getBuilder is not a function
>
> This is the error I get from Firefox when loading the page. But it is
> very random and its very hard to reproduce
>
> On May 21, 10:56 am, r2b2 <[email protected]> wrote:
> > Hello,
> > Most of the examples I see has the vis-api related scripts within the
> > head of the html page :
> http://code.google.com/apis/visualization/documentation/gallery/colum...
> > <html>
> >   <head>
> >     <script type="text/javascript" src="http://www.google.com/jsapi";></
> > script>
> >     <script type="text/javascript">
> >       google.load("visualization", "1", {packages:["corechart"]});
> >       google.setOnLoadCallback(drawChart);
> >       function drawChart() {
> >       //rest of the codes here
> >       }
> >     </script>
> >   </head>
> >
> > Should we always place the vis-api calls within the head section? what
> > if the function that will draw the chart is on another script file
> > which loads at the bottom of the page??
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> > To post to this group, send email to
> [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<google-visualization-api%[email protected]>
> .
> > For more options, visit this group athttp://
> groups.google.com/group/google-visualization-api?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-visualization-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-visualization-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
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.

Reply via email to