Tagged Questions

0
votes
0answers
90 views

Automatic re-scaling of Y-axis in Google Visualization API / Annotated Time Line

Is there any way to force the Annotated Time Line graph to automatically change scale on the Y-axis when the user zooms in on a range of dates? Check example below, and note that the value ("price") …
1
vote
1answer
335 views

Using Google Table inside jqueryui ajax tab

Okay, this scenario is a little complicated, but I will try to explain it as best I can. I am using the Google Ajax Libraries API to get jquery and jqueryui onto the page, so the top of my page looks …
1
vote
2answers
586 views

Injecting jQuery into a page fails when using Google AJAX Libraries API

I'd like to inject jQuery into a page using the Google AJAX Libraries API, I've come up with the following solution: http://my-domain.com/inject-jquery.js: ;((function(){ // Call this function …