Hi, I'm using node class to set my node's property as below:
.myNodeClass {
width: 200px;
height: 300px;
text-align: center;
vertical-align: center;
cursor: default;
border: 2px solid darkred;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
background-color: red;
background: -webkit-gradient(linear, left top, left bottom, from(red),
to(pink));
}
p.s copied from one of the example from this group
My org chart display according to the node class setup for small scale org
chart, but the node width changed to be flexible when displaying large
scale org chart (e.g > 20 nodes in parallel).
Is this possible to solve my problem by another setup or its just a bug in
google visualization?
Regards,
Albert.Ho
--
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.