This slightly tweaks the code such that g
no longer
reacts to the events. There are several ways to accomplish this, such
as preventing event propagation. The method used here simply does not
bind the mouseover events to the g
elements. Thus, even
though they still receive the events, nothing happens.