Owd-Larrd / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

There is no way to set individual node style of OrgChart #472

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release: GWT-1.1.0

I did not find a way to set different style for a OrgChart node, e.g. to set 
individual background color. It looks like there is no mapping on 
DataTable.setRowProperty() method. The recommended way by Google Chart Tools 
(see 
http://code.google.com/intl/fr/apis/chart/interactive/docs/gallery/orgchart.html
) is to use above one:
Example:   myDataTable.setRowProperty(2, 'selectedStyle', 
'background-color:#00FF00');

Is any workaround for this problem?

Original issue reported on code.google.com by isolo...@gmail.com on 16 Jun 2011 at 5:25

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 Oct 2011 at 4:10

GoogleCodeExporter commented 9 years ago
confirming issue, one attempt at a workaround didn't quite pan out (yet anyway).

http://groups.google.com/group/google-visualization-api/browse_thread/thread/f15
659d30f8ec1fb

Original comment by binarymo...@gmail.com on 8 Nov 2011 at 3:20