fix: 2427 Latency graph onclick is updated (#2534)

This commit is contained in:
Palash Gupta 2023-04-03 14:00:36 +05:30 committed by GitHub
parent 20b1f96c19
commit 67ba46abde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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