Commit 21188bb7 by Torkel Ödegaard Committed by GitHub

StatPanel: Fixed duplicate option exception (#23168)

parent 53630b5f
...@@ -13,18 +13,6 @@ export const plugin = new PanelPlugin<StatPanelOptions>(StatPanel) ...@@ -13,18 +13,6 @@ export const plugin = new PanelPlugin<StatPanelOptions>(StatPanel)
builder builder
.addRadio({ .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', id: 'colorMode',
name: 'Color mode', name: 'Color mode',
description: 'Color either the value or the background', description: 'Color either the value or the background',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment