mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:19:02 +08:00
fix: 2427 Latency graph onclick is updated (#2534)
This commit is contained in:
parent
20b1f96c19
commit
67ba46abde
@ -61,7 +61,7 @@ export function onGraphClickHandler(
|
|||||||
const points = chart.getElementsAtEventForMode(
|
const points = chart.getElementsAtEventForMode(
|
||||||
event.native,
|
event.native,
|
||||||
'nearest',
|
'nearest',
|
||||||
{ intersect: true },
|
{ intersect: false },
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
const id = `${from}_button`;
|
const id = `${from}_button`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user