fix: the panel data issue (#3273)

This commit is contained in:
Rajat Dabade 2023-08-07 10:18:27 +05:30 committed by GitHub
parent d14bd7386e
commit 3d5dc05c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
/>