Legend stroke was still flickering with the fix.
I end up fixing everything with
/* Prevent pie chart tooltip from flickering on hover */
svg > g > g.google-visualization-tooltip { pointer-events: none; }
/* Prevent pie chart legend stroke from flickering on hover */
svg > g > g:nth-child(even) { pointer-events: none }