From cf4c0a5db49df25ecbcb78bab31a994d25c10eaa Mon Sep 17 00:00:00 2001 From: Drew Slobodnjak <60050885+drew08t@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:02:40 -0700 Subject: [PATCH] Canvas: Minor fixes for canvas gdev dashboard (#57781) --- .../panel-canvas/canvas-examples.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/devenv/dev-dashboards/panel-canvas/canvas-examples.json b/devenv/dev-dashboards/panel-canvas/canvas-examples.json index b7d43efa890..8f226dcc23e 100644 --- a/devenv/dev-dashboards/panel-canvas/canvas-examples.json +++ b/devenv/dev-dashboards/panel-canvas/canvas-examples.json @@ -89,7 +89,7 @@ }, { "color": "green", - "value": 30 + "value": 10 } ] }, @@ -472,7 +472,7 @@ }, "size": 14, "text": { - "fixed": "kW/s" + "fixed": "MW" }, "valign": "middle" }, @@ -656,7 +656,7 @@ }, "size": 14, "text": { - "fixed": "kW/s" + "fixed": "MW" }, "valign": "middle" }, @@ -790,7 +790,7 @@ { "background": { "color": { - "field": "w1_energy_output", + "field": "w2_energy_output", "fixed": "#D9D9D9" } }, @@ -843,7 +843,7 @@ }, "size": 14, "text": { - "fixed": "kW/s" + "fixed": "MW" }, "valign": "middle" }, @@ -863,7 +863,7 @@ { "background": { "color": { - "field": "w1_rpm", + "field": "w2_rpm", "fixed": "#D9D9D9" } }, @@ -1030,7 +1030,7 @@ }, "size": 14, "text": { - "fixed": "kW/s" + "fixed": "MW" }, "valign": "middle" }, @@ -1133,7 +1133,7 @@ }, "targets": [ { - "csvContent": "w1_rpm, w1_energy_output, w1_status, w2_rpm, w2_energy_output, w2_status, w3_rpm, w3_energy_output, w3_status, w4_rpm, w4_energy_output, w4_status\n50, 1.2, operational, 75, 1.8, operational, 25, 0.6, operational, 0, 0, needs maintenance", + "csvContent": "w1_rpm, w1_energy_output, w1_status, w2_rpm, w2_energy_output, w2_status, w3_rpm, w3_energy_output, w3_status, w4_rpm, w4_energy_output, w4_status\n12, 1.2, operational, 22, 1.8, operational, 8, 0.6, operational, 0, 0, needs maintenance", "datasource": { "type": "testdata", "uid": "PD8C576611E62080A"