mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
* 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
17 lines
321 B
Plaintext
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,
|
|
}
|
|
`;
|