I have tried the following code but it did not work:
google.load('visualization', '1', {packages:['table']});
google.setOnLoadCallback(drawTable);
function drawTable() {
var data = new google.visualization.DataTable();
data.addColumn('string', 'Company Name');
On Wed, Oct 19, 2011 at 2:27 PM, asgallant <[email protected]>wrote:
> There is no direct way to control the width of a column in the Table
> charts, but you might be able to get around it by using the
> DataTable#setProperty method (
> http://code.google.com/apis/chart/interactive/docs/reference.html#DataTable_setProperty
> ,
> http://code.google.com/apis/chart/interactive/docs/gallery/table.html#customproperties)
> and give each cell in the column a CSS class which defines the cell width.
>
> --
> 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/-/LqRgMsZGqwMJ.
>
> 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.