Skip to content

Unclickable values in separated LineMarkSeries #1004

Open
@dbertella

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 */
}

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions