Currently, I am experimenting with d3.js and am interested in creating a custom event with a unique trigger.
From my understanding, the 'mouseover' event occurs when the mouse pointer hovers over a specific element both horizontally and vertically within that element.
My goal is to develop a custom event called 'xmouseover' which triggers whenever the mouse pointer is only horizontally positioned within the element. This should be a straightforward task since vertical positioning is not a concern, right?