alert(this.sector.color); // how to query for
current sector color hovered by user?
}
Sebastian Gurin
unread,
May 3, 2012, 2:13:39 PM5/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to raph...@googlegroups.com
this.sector.attr("fill")
I figure I'm also trying to decript the graphael undocumented javascript api. The bad thing with undocumented code in languages with no types is that you have to figure how the api works using firebug or something like that......