Commit c7aac1fd by Torkel Ödegaard Committed by GitHub

Gauge: Hide orientation option in panel options (#25511)

parent ed694fd8
...@@ -7,7 +7,7 @@ import { gaugePanelMigrationHandler, gaugePanelChangedHandler } from './GaugeMig ...@@ -7,7 +7,7 @@ import { gaugePanelMigrationHandler, gaugePanelChangedHandler } from './GaugeMig
export const plugin = new PanelPlugin<GaugeOptions>(GaugePanel) export const plugin = new PanelPlugin<GaugeOptions>(GaugePanel)
.useFieldConfig() .useFieldConfig()
.setPanelOptions(builder => { .setPanelOptions(builder => {
addStandardDataReduceOptions(builder); addStandardDataReduceOptions(builder, false);
builder builder
.addBooleanSwitch({ .addBooleanSwitch({
path: 'showThresholdLabels', path: 'showThresholdLabels',
......
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