From f006b485669c2f65dd69add4bb337d11559eabbf Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Wed, 6 May 2026 20:29:27 +0000 Subject: [PATCH] monitoring(wealth): delta panels to 2x4 grid (rows = type, cols = window) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better visual grouping: instead of 8 paired panels in a single row at w=3 (cramped, hard to scan), arrange as a 2x4 grid at w=6. Top row ("all" — wealth change incl new money), bottom row ("mkt" — pure market gain). Columns are timeframes 1d / 7d / 30d / 90d. Reading vertically: same window, two interpretations side by side. Reading horizontally: same metric across timeframes. Layout shift: delta row goes from y=4 (4 wide) to y=4..11 (8 high). All chart/log panels with y >= 8 shift down by another 4 rows (net-worth chart 8->12, activity log 81->85, etc.). --- .../modules/monitoring/dashboards/wealth.json | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/stacks/monitoring/modules/monitoring/dashboards/wealth.json b/stacks/monitoring/modules/monitoring/dashboards/wealth.json index 4132bd9f..54d25c4b 100644 --- a/stacks/monitoring/modules/monitoring/dashboards/wealth.json +++ b/stacks/monitoring/modules/monitoring/dashboards/wealth.json @@ -294,7 +294,7 @@ "h": 10, "w": 24, "x": 0, - "y": 8 + "y": 12 }, "fieldConfig": { "defaults": { @@ -374,7 +374,7 @@ "h": 10, "w": 12, "x": 0, - "y": 18 + "y": 22 }, "fieldConfig": { "defaults": { @@ -478,7 +478,7 @@ "h": 10, "w": 12, "x": 12, - "y": 18 + "y": 22 }, "fieldConfig": { "defaults": { @@ -559,7 +559,7 @@ "h": 11, "w": 24, "x": 0, - "y": 28 + "y": 32 }, "fieldConfig": { "defaults": { @@ -624,7 +624,7 @@ "h": 10, "w": 24, "x": 0, - "y": 39 + "y": 43 }, "fieldConfig": { "defaults": { @@ -728,7 +728,7 @@ "h": 14, "w": 24, "x": 0, - "y": 81 + "y": 85 }, "fieldConfig": { "defaults": { @@ -973,7 +973,7 @@ }, "gridPos": { "h": 4, - "w": 3, + "w": 6, "x": 0, "y": 4 }, @@ -1039,9 +1039,9 @@ }, "gridPos": { "h": 4, - "w": 3, - "x": 3, - "y": 4 + "w": 6, + "x": 0, + "y": 8 }, "fieldConfig": { "defaults": { @@ -1105,7 +1105,7 @@ }, "gridPos": { "h": 4, - "w": 3, + "w": 6, "x": 6, "y": 4 }, @@ -1171,9 +1171,9 @@ }, "gridPos": { "h": 4, - "w": 3, - "x": 9, - "y": 4 + "w": 6, + "x": 6, + "y": 8 }, "fieldConfig": { "defaults": { @@ -1237,7 +1237,7 @@ }, "gridPos": { "h": 4, - "w": 3, + "w": 6, "x": 12, "y": 4 }, @@ -1303,9 +1303,9 @@ }, "gridPos": { "h": 4, - "w": 3, - "x": 15, - "y": 4 + "w": 6, + "x": 12, + "y": 8 }, "fieldConfig": { "defaults": { @@ -1369,7 +1369,7 @@ }, "gridPos": { "h": 4, - "w": 3, + "w": 6, "x": 18, "y": 4 }, @@ -1435,9 +1435,9 @@ }, "gridPos": { "h": 4, - "w": 3, - "x": 21, - "y": 4 + "w": 6, + "x": 18, + "y": 8 }, "fieldConfig": { "defaults": { @@ -1503,7 +1503,7 @@ "h": 11, "w": 24, "x": 0, - "y": 49 + "y": 53 }, "fieldConfig": { "defaults": { @@ -1597,7 +1597,7 @@ "h": 11, "w": 24, "x": 0, - "y": 60 + "y": 64 }, "fieldConfig": { "defaults": { @@ -1715,7 +1715,7 @@ "h": 10, "w": 24, "x": 0, - "y": 71 + "y": 75 }, "fieldConfig": { "defaults": {