diff --git a/frontend/src/container/PanelWrapper/PiePanelWrapper.tsx b/frontend/src/container/PanelWrapper/PiePanelWrapper.tsx index 47d83672c6..dce84ad78d 100644 --- a/frontend/src/container/PanelWrapper/PiePanelWrapper.tsx +++ b/frontend/src/container/PanelWrapper/PiePanelWrapper.tsx @@ -134,7 +134,7 @@ function PiePanelWrapper({ // and treats 4K smaller than 40 value: getYAxisFormattedValue( arc.data.value, - widget?.yAxisUnit || '', + widget?.yAxisUnit || 'none', ), color: arc.data.color, key: label,