mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 13:29:03 +08:00
fix: the panel data issue (#3273)
This commit is contained in:
parent
d14bd7386e
commit
3d5dc05c08
@ -297,7 +297,7 @@ function WidgetGraphComponent({
|
||||
yAxisUnit={yAxisUnit}
|
||||
onClickHandler={onClickHandler}
|
||||
onDragSelect={onDragSelect}
|
||||
panelData={[]}
|
||||
panelData={queryResponse.data?.payload?.data.newResult.data.result || []}
|
||||
query={widget.query}
|
||||
ref={lineChartRef}
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user