diff --git a/public/app/plugins/panel/stat/module.tsx b/public/app/plugins/panel/stat/module.tsx index a30bfd406f2..e6eb90f0cc3 100644 --- a/public/app/plugins/panel/stat/module.tsx +++ b/public/app/plugins/panel/stat/module.tsx @@ -12,18 +12,6 @@ export const plugin = new PanelPlugin(StatPanel) addStandardDataReduceOptions(builder); builder - .addRadio({ - id: 'orientation', - name: 'Orientation', - description: 'Stacking direction for multiple bars', - settings: { - options: [ - { value: 'auto', label: 'Auto' }, - { value: 'horizontal', label: 'Horizontal' }, - { value: 'vertical', label: 'Vertical' }, - ], - }, - }) .addRadio({ id: 'colorMode', name: 'Color mode',