fix(react): Ignore pointer events on tooltip text of Xray point component
This commit is contained in:
parent
96dd83fc10
commit
9469a9493c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export const PointXray = ({
|
|||
: null
|
||||
}
|
||||
></circle>
|
||||
<text x={point.x + 3} y={point.y} className="text-sm">
|
||||
<text x={point.x + 3} y={point.y} className="text-sm tw:pointer-events-none">
|
||||
<tspan>{pointName}</tspan>
|
||||
<tspan x={point.x + 3} dy={5}>
|
||||
{round(point.x)},{round(point.y)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue