Use the DataTable#setRowProperty to set the "style" property of each row 
and assign them a common width, like this:

for (var i = 0; i < data.getNumberOfRows(); i++) {
    data.setRowProperty(i, 'style', 'width:150px;');
}

On Monday, March 25, 2013 2:45:09 PM UTC-4, pankti shah wrote:
>
> Hi,
>
> Some parents are taking double width of child Node.
> I want to make same width of all node.
>
> I have added HTML table in each element and set width of that table but it 
> still getting more width.
>
>
>
>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to