Hi,

I have a new problem with CSS for over on node OrgChart.

if use :
for(var i = 0; i < data.getNumberOfRows(); i++)
{ if(data.getFormattedValue(i, 3) == 2)
data.setRowProperty(i,'style','border: 3px solid RGB(204,106,9);
background:RGB(245,163,0);color:black;'); }

and in CSS :
chart_div td.google-visualization-orgchart-node:hover
{cursor:pointer;background:#850c70;color:white;border: 2px solid
white;}

The CSS node hover : it doesn't work anymore...
because, if not use setRowProperty, node hover good running...

 Why ? Any idea?

Thanks.

Best regards

-- 
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.

Reply via email to