[visualization-api] URLs on ORG Chart (with select handling)

2008-09-12 Thread v-jacko
I have an org chart with clikable nodes (by registering the select event). I want to put img URLs in the org charts 'nodes' but although they appear as through they are links, the select event takes precedence - any way to have the get preference ??? e.g. I have html like but although hover ove

[visualization-api] Re: dynamically redraw the obj

2008-09-12 Thread Max Barbul
If you need to draw the same type of chart, you don't need to reinit chart (don't call constructor second time). You also can set cells of table without removing rows or columns (if you don't need to change structure of data). Use setValue function. Also you can redraw data with another type of c

[visualization-api] Can't get more than 1 category to display - what am I doing wrong?

2008-09-12 Thread mjdeangelis
I'm using the javascript API for Motion Chart and trying to get a simple chart to show 2 Method bubbles ('Commodity-X' and 'Commodity- Y') over time for 2 different Funding Sources A and B ... when I run this, I get one bubble for 'Commodity-Y' only. Am I doing something wrong? Here's how I load