diff --git a/public/app/plugins/panel/gauge/module.tsx b/public/app/plugins/panel/gauge/module.tsx index 1627d2d1d40..e5d79d3d5bd 100644 --- a/public/app/plugins/panel/gauge/module.tsx +++ b/public/app/plugins/panel/gauge/module.tsx @@ -7,7 +7,7 @@ import { gaugePanelMigrationHandler, gaugePanelChangedHandler } from './GaugeMig export const plugin = new PanelPlugin(GaugePanel) .useFieldConfig() .setPanelOptions(builder => { - addStandardDataReduceOptions(builder); + addStandardDataReduceOptions(builder, false); builder .addBooleanSwitch({ path: 'showThresholdLabels',