Sunil -
You can control the size and height of the box by using CSS styles and
standard HTML tags within the second column. e.g. you could have
something like this:
'<table width="200"><tr><td nowrap align="center"><span
class="captionHeader">Department Head</span></td></tr></table>'
You can also change the color of the boxes as well as the color of
when they are clicked by changing the parameters in the draw method as
follows:
table.draw(data, {allowHtml:true, allowCollapse:true, size:'medium',
color:"#cccccc", selectionColor:"yellow"} );
In the above example, the color of the boxes would be gray and the
click color of a box would be yellow.
As for the color of the chart; that is the line color around the box
and the connecting lines, I am not sure how this can be set without
downloading the source and just changing the source code through
styles.
Hope this helps!
- Ken Bobel
On May 8, 12:09 am, panore <[email protected]> wrote:
> Hello friends,
>
> I am using the Visualization OrgChart.
>
> The chart displays nicely but creates formating issues in IE and
> Firefox as well as i wants to set the height, width ,border color of
> the box and line color of the chart.
>
> If somebody knows then help me.
>
> regards
> sunil
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---