google-visualization

Am I losing my mind, or is there glaring bug in the Google Annotated Timeline?

I see Google's example code listing dates for January, but the chart is displaying dates for February! On my test machine, it is doing the same thing. I've told it to display dates for September, but it is displaying dates for October instead! Can anyone else confirm this as happening? http://code.google.com/apis/visualization/documen...

Can I inject google AJAX API autoload anywhere else than globally?

Hi, There is this issue I am struggling with. I know that the autoload for the google visualization geomap must be in the part of your document. The thing is every time I reload some other pages in my application the google reloads everything and this I want to take out. So I tried taking the : <script type="text/javascript" src="htt...

Are there any better javascript org charts compared with Google Org Chart API?

We are using this to display our org charts, but we need something that supports: One person showing up in multiple places in the org chart One permission reporting to multiple managers Co heads of a functional areas. Are there any competing tools that give better support for the above. ...

jQuery AnythingSlider not displaying multiple Google Visualization API charts

Hopefully someone out there is familiar w/the AnythingSlider tool... Here's the deal: I am able to put all sorts of content into this tool (which really just uses one set of < li > tags per div or whatever content you want to put per slide. I have no problem putting Google Maps, Google StreetView, pics, etc in this thing at the same ti...

Using Javascript (Google Visualization API) with Drupal Form API

The situation I am implementing a few forms using the Drupal Form API. As a result of user selection i need to display a visualization (area chart, time line, etc) where i have to load the google's JS libraries and send data to display the visual in a div element. What I have Done: I have tried to load a local JavaScript file(this in...

Adding and removing parts from pie with google visualization

Hello, Using the Pie Chart ( http://code.google.com/apis/visualization/documentation/gallery/piechart.html ), is there anyway I can add/remove a data after the page was loaded? For example, after a user click on a link I want to be able to remove one of the parts of the pie and when he clicks another link I want to add a new part. Th...