EVOLUTION-MANAGER
Edit File: BarGaugeMigrations.test.ts.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`BarGauge Panel Migrations from 6.2 1`] = ` Object { "displayMode": "lcd", "fieldOptions": Object { "calcs": Array [ "mean", ], "defaults": Object { "color": Object { "mode": "thresholds", }, "decimals": null, "mappings": Array [], "max": 33, "min": -22, "thresholds": Object { "mode": "absolute", "steps": Array [ Object { "color": "green", "index": 0, "value": -Infinity, }, Object { "color": "orange", "index": 1, "value": 40, }, Object { "color": "red", "index": 2, "value": 80, }, ], }, "unit": "watt", }, "overrides": Array [], "thresholds": Array [ Object { "color": "green", "index": 0, "value": -Infinity, }, Object { "color": "orange", "index": 1, "value": 40, }, Object { "color": "red", "index": 2, "value": 80, }, ], "values": false, }, "orientation": "vertical", } `;