Hey all,
I'm playing with the GWT-visualization (the GWT code wrapper one, not
the raw javascript version) for 1.1.0, and trying to figure out how to
programmatically change the color of an org chart box based.
Trying these I'm not getting anywhere:
data.setProperty(addRow,0,
"allowHtml", "true");
data.setProperty(addRow,0,
"style", "background-color=#000000");
data.setProperty(addRow,0,
"nodeClass", "myblackcss");
I think I want the 'setRow', but that isn't available in the GWT
wrapper code atm. How would one accomplish changing the color of one
of the org chart boxes?
thanks,
-D
--
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.