Hi
You define css as in this example:
.mynode {
width:120px;
padding:50px;
border: 1px solid black;
* font-size: 20px !important;*
}
When you draw a chart, use this line:
// Create the chart.
var chart = new
google.visualization.OrgChart(document.getElementById('chart_div'));
// Draw the chart, setting the allowHtml option to true for the
tooltips.
chart.draw(data, {'allowHtml':true, 'allowCollapse':true, *'nodeClass':
'mynode'}* );
You will lose most of the default css using this method.
On Monday, November 6, 2017 at 3:17:51 AM UTC+11, Akshay Suthar wrote:
>
> Hi
>
> I Used google org chart in my asp.net family tree application, But I want
> to change font of every node and i want that border(line) should be thick
> then normal...Any Body have Idea about this....Please help me...
>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-visualization-api/615df359-aea8-4bca-86bf-7e12e73ea9b8o%40googlegroups.com.