Re: [visualization-api] Word Tree IDs

2014-10-27 Thread 'Jon Orwant' via Google Visualization API
Hi Josh, Word tree isn't going to replace the org chart. There's no way to make the org chart display horizontally, but you can use the allowCollapse option and the collapse() method to make the fan-out of your chart more manageable. Jon On Thu, Oct 23, 2014 at 2:22 AM, Josh Beagley

Re: [visualization-api] Word Tree IDs

2014-10-23 Thread Josh Beagley
Hi Jon, Thanks for the reply. I actually have been using the Org Chart all along, but I was wondering if Word Tree was going to replace Org Chart. I remember reading that Org Chart was either going away or being overhauled, so I'm anxious to see what happens. In my scenario, I'm using Org

Re: [visualization-api] Word Tree IDs

2014-10-23 Thread Josh Beagley
See screenshot. The chart is super wide, so this is basically the middle of it. You can see how the bubbles don't align themselves under anything above... most of the time. If I could get them to cozy up, that would be perfect. On Thursday, October 23, 2014 1:22:41 AM UTC-5, Josh Beagley

[visualization-api] Word Tree IDs

2014-10-15 Thread Josh Beagley
So I'm trying my hand at explicit Word Trees to make an org chart, and I'm wanting to use IDs which are already in my database. They don't begin with 0, and several numbers are missing since people have left. The following *works by default*: nodeListData.addRow([0, 'Boss', -1, 1, 'black']);

Re: [visualization-api] Word Tree IDs

2014-10-15 Thread 'Jon Orwant' via Google Visualization API
Hi Josh, there are no promises in life, but you're safe. (static boss is a great concept. Very Big Brotherish.) And just FYI, we already have org charts: https://developers.google.com/chart/interactive/docs/gallery/orgchart Jon On Wed, Oct 15, 2014 at 6:13 PM, Josh Beagley