WordTree: it's possible to have the word with a space?

40 views
Skip to first unread message

Giovanni Bacci

unread,
Jan 26, 2015, 5:43:52 PM1/26/15
to google-visua...@googlegroups.com
Hi all! I'm trying to make a word tree chart, using a word with a space. Something like this:
var data = google.visualization.arrayToDataTable(
[ ['Phrases'],
 
['Donald Duck uncle Huey'],
 
['Donald Duck uncle Dewey'],
 
['Donald Duck uncle Louie'],
 
['Donald Duck grandson Scrooge']
]);

with
var options = {
      wordtree
: {
         format
: 'implicit',
         word
: 'Donald Duck'
     
}
};

But it does'n work... any hints?
Here's a working example:

Thanks,
GB

Pascal Polverini

unread,
Nov 29, 2016, 7:30:36 AM11/29/16
to Google Visualization API
Hi Giovanni,

looks like what you are looking for works with:
word: 'Donald'

Rupsa Saha

unread,
Oct 26, 2018, 5:55:20 AM10/26/18
to Google Visualization API
Hi,

Did you find a way to do this?
Reply all
Reply to author
Forward
0 new messages