mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 10:09:02 +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(
|
const points = chart.getElementsAtEventForMode(
|
||||||
event.native,
|
event.native,
|
||||||
'nearest',
|
'nearest',
|
||||||
{ intersect: false },
|
{ intersect: true },
|
||||||
true,
|
true,
|
||||||
);
|
);
|
||||||
const id = `${from}_button`;
|
const id = `${from}_button`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user