fix: view traces button (#2458)

This commit is contained in:
GitStart 2023-03-24 15:08:35 +05:30 committed by GitHub
parent 17a5bc8cc3
commit 1e7280136a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ export function onGraphClickHandler(
const points = chart.getElementsAtEventForMode(
event.native,
'nearest',
{ intersect: false },
{ intersect: true },
true,
);
const id = `${from}_button`;