Your options should be like this:

var options = {
    wordtree: {
        format: 'implicit',
        word: 'home'
    },
    maxFontSize: 20,
    fontName: 'Times-Roman',
    width: 1280,
    height: 900,
    colors: ['#e0440e', '#e6693e', '#ec8f6e', '#f3b49f', '#f6c7b6'],
};

Does that work for you?

On Monday, November 3, 2014 4:02:24 AM UTC-5, javi garcia wrote:
>
> Hi,
>
> I'm testing this type with some urls (replacing "/" as spaces) but I can't 
> set options for the chart
>
> I've tried
>
>
>  var options = {
> format: 'implicit',
> maxFontSize: 20,
> fontName: 'Times-Roman',
> width:1280,
> height:900,
> colors: ['#e0440e', '#e6693e', '#ec8f6e', '#f3b49f', '#f6c7b6'],
> word: 'home'
>  };
>
> and also
>
>  var options = {
> wordtree:{
> format: 'implicit',
> maxFontSize: 20,
> fontName: 'Times-Roman',
> width:1280,
> height:900,
> colors: ['#e0440e', '#e6693e', '#ec8f6e', '#f3b49f', '#f6c7b6'],
> word: 'home'
>               }
>  };
>
>
> But I dont get width and font.
>
> I second case,  I get to root nodes, and I get also a lot of nodes 
> collapsed because of the size I think
>
>
> Any page with more examples of this API?
>
> thanks in advance
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to