I tried using formatters, even tried creating two datasets (but it
just squishes the columns of the graph).
Any tips?
I don't know why I can't access ColumnChart attributes of a particular
column for example. Or at least is the code for visualizations
available somewhere?
Thanks but I'm not using image maps - I might have to go back to my
hand-crafted raphael js library. Damn it... but this google
visualizations business looked so promising...
var frame = $$('iframe')[0];
frame.document().body.childNodes[1].children[0].childNodes[1].childNodes[25].childNodes[0].attributes['5'].value
= '#EEEEEE'
I was using prototype for $$ selector and the following addition to
prototype to enable accessing iframe object:
http://www.ridingtheclutch.com/2008/10/09/want-to-use-prototype-to-access-something-in-an-iframe.html