mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -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)
|
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',
|
||||||
|
Loading…
Reference in New Issue
Block a user