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
export const plugin = new PanelPlugin<GaugeOptions>(GaugePanel)
.useFieldConfig()
.setPanelOptions(builder => {
addStandardDataReduceOptions(builder);
addStandardDataReduceOptions(builder, false);
builder
.addBooleanSwitch({
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