Trying to update a google visualization using jquery

Posted by Mark in A2 on Stack Overflow See other posts from Stack Overflow or by Mark in A2
Published on 2009-07-29T15:00:56Z Indexed on 2010/05/24 7:51 UTC
Read the original article Hit count: 234

I'm relatively inexperienced, so please bear with me.

I'm developing a simple dashboard using the Google visualization API. I'm developing in vb.net. I have the Annotated Timeline, the Intensity Map, and a set of tables on my apsx.

What I am trying to do is update the Intensity Map and tables based on the date range the user selects using the Annotated Timeline tool.

I was hoping to update only these visualizations without doing a full page load. Apparently, a great way to do this is to separate the visualizations into self-contained aspx pages and use jQuery to "load" them into a div.

I say apparently, as this is not working. When I try to update an aspx containing a Google visualization using jQuery, I get the message "Loading data from www.google.com..." in the browser and it just runs continuously and never returns. I ran this by an experienced developer and he was stumped, but thought must be a conflict between the google API and jQuery.

Any tips, advice, alternative solutions are greatly appreciated!

Thanks,

Mark in Ann Arbor

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about google-visualization