[visualization-api] Re: Google GeoChart Hover Event

2017-08-10 Thread Ingmar
#visualization g[clip-path] > g + g > g > path { stroke-width: 0; fill: transparent; } -- 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

[visualization-api] Re: Google GeoChart Hover Event

2015-03-11 Thread Carlos Moreira
Hi Joachim I've been doing it with css. Something like: #visualization path { stroke-width:1px; } http://jsfiddle.net/cmoreira/p0emnrxu/ But if you're using the markers mode or text mode, you can set the inactive parameter to false: http://jsfiddle.net/cmoreira/dfd1zu21/ Hope it helps! On