Open
Description
I have different line mark series displaying on the same chart and I need to hover over the values and being able to select the point.
I have this problem when the value are close and I discover there is path covering my values.
setting the css belove solve the issue, I just want to know if it can create a problem somewhere else.
.rv-xy-plot__series {
pointer-events: auto; /* this is all by default */
}