79226386

Date: 2024-11-26 11:01:23
Score: 0.5
Natty:
Report link

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 }

Chart with legend stroke

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Maxime Lechevallier