Hi, I'm implementing the Google Visualization API table in one of my projects, and I found no easy way to disable the "hover" style. This is a problem when the selected rows have high contrast colors, as the "hover" style has priority, and will look really weird.
First I checked the documentation, and there's a parameter to disable the alternating row styles, but no option for the hover. Then I tried to set the 'cssClassNames' with 'hoverTableRow' set to null and empty string, but no difference. What worked is capturing the "mouseover" event and stop its propagation, preventing Google code from receiving it, but it's a hack. It would be really convenient if the API would recognize the 'hoverTableRow' set to empty string as a way to disable it. Other options would be to offer an additional 'hover-selected' style, adding an argument to disable it, or giving priority to the "selected" style over the "hover" one. Kind regards, Josep del Rio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
