mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Gauge: Hide orientation option in panel options (#25511)
This commit is contained in:
parent
ed694fd88a
commit
c7aac1fd40
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user