Hi Surya,
The cssClassNames is an objec that holds class names for TD and TR in the
table. It does not hold table styling in itself. Use the options to set
width, height etc. (FYI: Table does not have title options)
var options = { showRowNumber: true, allowHtml: true, width: 600, height:
600 };
R
On Mon, Nov 28, 2011 at 7:20 PM, Surya <[email protected]> wrote:
> HI,
>
> Please help me. Whats wrong in this code?
>
>
> --------------------------------------------------------------------------------------
> var cssClassNames = {
> 'title' : 'Company Performance',
> 'width': 600,
> 'height':600};
> var options = {'showRowNumber': true, 'allowHtml':
> true, 'cssClassNames': cssClassNames};
> chart.draw(data, options);
>
> --------------------------------------------------------------------------------------
> The width and height are not set to 600 .. even i include them in
> quotes thats also not working..
>
> BR,
> Surya
>
> --
> 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.
>
>
--
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.