mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 05:36:03 +08:00
refactor: fill span for full view and dashboard view (#4424)
* refactor: fill span for full view and dashboard view * refactor: fill span works in full view and dashboard
This commit is contained in:
parent
6d67ca72a0
commit
9e05cb48fe
@ -105,7 +105,7 @@ function FullView({
|
|||||||
panelTypeAndGraphManagerVisibility: PANEL_TYPES_VS_FULL_VIEW_TABLE,
|
panelTypeAndGraphManagerVisibility: PANEL_TYPES_VS_FULL_VIEW_TABLE,
|
||||||
});
|
});
|
||||||
|
|
||||||
const chartData = getUPlotChartData(response?.data?.payload);
|
const chartData = getUPlotChartData(response?.data?.payload, widget.fillSpans);
|
||||||
|
|
||||||
const isDarkMode = useIsDarkMode();
|
const isDarkMode = useIsDarkMode();
|
||||||
|
|
||||||
|
@ -196,6 +196,7 @@ function GraphLayout({ onAddPanelHandler }: GraphLayoutProps): JSX.Element {
|
|||||||
name={currentWidget?.id || ''}
|
name={currentWidget?.id || ''}
|
||||||
headerMenuList={widgetActions}
|
headerMenuList={widgetActions}
|
||||||
variables={variables}
|
variables={variables}
|
||||||
|
fillSpans={currentWidget?.fillSpans}
|
||||||
/>
|
/>
|
||||||
</Card>
|
</Card>
|
||||||
</CardContainer>
|
</CardContainer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user