mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
StatPanel: Fixed duplicate option exception (#23168)
This commit is contained in:
@@ -12,18 +12,6 @@ export const plugin = new PanelPlugin<StatPanelOptions>(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',
|
||||
|
||||
Reference in New Issue
Block a user