Thank you very much, this solution works with me. Again thank you
On Wed, Oct 19, 2011 at 6:33 PM, asgallant <[email protected]>wrote: > 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. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. 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.
