diff --git a/frontend/src/container/NewWidget/RightContainer/constants.ts b/frontend/src/container/NewWidget/RightContainer/constants.ts index dc8bd1e9c9d4..3735b684a59a 100644 --- a/frontend/src/container/NewWidget/RightContainer/constants.ts +++ b/frontend/src/container/NewWidget/RightContainer/constants.ts @@ -158,9 +158,9 @@ export const panelTypeVsLegendPosition: { [PANEL_TYPES.VALUE]: false, [PANEL_TYPES.TABLE]: false, [PANEL_TYPES.LIST]: false, - [PANEL_TYPES.PIE]: true, + [PANEL_TYPES.PIE]: false, [PANEL_TYPES.BAR]: true, [PANEL_TYPES.TRACE]: false, - [PANEL_TYPES.HISTOGRAM]: true, + [PANEL_TYPES.HISTOGRAM]: false, [PANEL_TYPES.EMPTY_WIDGET]: false, } as const;