mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-08 19:28:57 +08:00
fix: make fill gap persistent (#4302)
This commit is contained in:
parent
9230f2442f
commit
ff26c5f69c
@ -178,6 +178,7 @@ function NewWidget({ selectedGraph }: NewWidgetProps): JSX.Element {
|
|||||||
yAxisUnit,
|
yAxisUnit,
|
||||||
panelTypes: graphType,
|
panelTypes: graphType,
|
||||||
thresholds,
|
thresholds,
|
||||||
|
fillSpans: isFillSpans,
|
||||||
},
|
},
|
||||||
...afterWidgets,
|
...afterWidgets,
|
||||||
],
|
],
|
||||||
@ -212,6 +213,7 @@ function NewWidget({ selectedGraph }: NewWidgetProps): JSX.Element {
|
|||||||
yAxisUnit,
|
yAxisUnit,
|
||||||
graphType,
|
graphType,
|
||||||
thresholds,
|
thresholds,
|
||||||
|
isFillSpans,
|
||||||
afterWidgets,
|
afterWidgets,
|
||||||
updateDashboardMutation,
|
updateDashboardMutation,
|
||||||
setSelectedDashboard,
|
setSelectedDashboard,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user