grafana/public/app/plugins/panel/gauge/__snapshots__/GaugeMigrations.test.ts.snap
Torkel Ödegaard 53630b5f13
StatPanels: Refactoring DisplayValueOptions and renaming & adding new panel options to react panels (#23153)
* StatPanels: Refactoring DisplayValueOptions and renaming

* added return

* Progress

* Updated

* Made radio groups full width by default in panel options

* Fixed ts issue

* Updated

* Added remaining options

* Removed unused type

* Updated snapshot

* Renamed to ReduceDataOptions
2020-03-28 23:11:50 +01:00

17 lines
321 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Gauge Panel Migrations from 6.1.1 1`] = `
Object {
"orientation": "auto",
"reduceOptions": Object {
"calcs": Array [
"last",
],
"limit": undefined,
"values": undefined,
},
"showThresholdLabels": true,
"showThresholdMarkers": true,
}
`;