mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 22:09:05 +08:00
fix: view traces button (#2458)
This commit is contained in:
parent
17a5bc8cc3
commit
1e7280136a
@ -60,7 +60,7 @@ export function onGraphClickHandler(
|
||||
const points = chart.getElementsAtEventForMode(
|
||||
event.native,
|
||||
'nearest',
|
||||
{ intersect: false },
|
||||
{ intersect: true },
|
||||
true,
|
||||
);
|
||||
const id = `${from}_button`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user