My mistake, I used the format that is needed if you are passing the property 
in the setCell call.  This is what you are looking for:

data.setProperty(0, 0, 'style', 'width:100px');

Alternatively, you can set it when you set the cell, like this:

data.setCell(0, 0, 'Bsoft', 'Bsoft', {style: 'width:100px'});

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-visualization-api/-/oQ1g7ayJr7IJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to