diff --git a/public/app/plugins/panel/piechart/module.tsx b/public/app/plugins/panel/piechart/module.tsx index 0ed68b0730e..1b5e683b234 100644 --- a/public/app/plugins/panel/piechart/module.tsx +++ b/public/app/plugins/panel/piechart/module.tsx @@ -33,8 +33,6 @@ export const plugin = new PanelPlugin(PieChartPanel) description: 'Choose a reducer function / calculation', editor: standardEditorsRegistry.get('stats-picker').editor as any, defaultValue: [ReducerID.lastNotNull], - // Hides it when all values mode is on - showIf: (currentConfig) => currentConfig.reduceOptions.values === false, }) .addRadio({ name: 'Piechart type',