Hi there

I am using a PatternFormat to display some data directly in the Treemap 
Node text.

This is working with this example :
        var formatter = new google.visualization.PatternFormat("{0} ({1} 
points)");
        formatter.format(data, [0, 3]);

I am now trying to add a line break in this format. I have tried adding \n 
%0A or 
 without any success.

Is there a way to do this?


Thanks,
Guillaume


-- 
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/groups/opt_out.

Reply via email to