So do you see the first time you use the chart, and fail to reload, or never
get to see the chart?
If the case is the second, is it possible that you defer loading the chart
itself to the ajax call?
In that case, you have to change the way you load it, to not using
setOnLoadCallback, but alternatively to use teh dynamic loading as explained
at http://code.google.com/apis/ajax/documentation/#Dynamic (example is with
Google Maps API, but the details are just the same).

Regards,
VizGuy


On Thu, Apr 2, 2009 at 11:01 AM, [email protected] <
[email protected]> wrote:

>
> Hello,
>
> Im trying to load an Annotated Time Line using ajax so there is no
> reload when i have selected data from table.
>
> Here is my problem.
>
> 1. I have a list of dynamic data from db
> 2. I Dont want to load all data into the time line and use the hide/
> show method because of performance issues due to so much data
> 3. Im trying to load the chart through an ajax call dynamically so the
> only data loaded into the chart is the data i want to see bu this
> results in a white screen and a "transfering data from google.com"
> message in the bottom left
> 4. The same chart works without ajax call, with same data strings
> passed over, so its definately not a probelm with the data im putting
> into it.
>
> does anybody have any idea's or examples on how this can be done?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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