Hi, my nodes won´t get selected when using IE9, but they do get selected when using FF.
After a lot of trying, I found out the problem is that the css class google-visualization-orgchart-nodesel that is described in the orgchart.css file automatically downloaded, which is the class that the framework adds to the selected node, establishing the background-color among other things, doesn´t specify a background-color attribute, while the google-visualization-orgchart-nodesel css class that is described in the orgchart.css file used in the example provided by google (https://developers.google.com/chart/interactive/docs/gallery/orgchart?hl=es-ES#Example) does specify a backcground-color attribute.
Does this sound familiar to anyone?
Thanks a lot.