From 58cced5dab698f71365ad9173ee290501ad05b86 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 28 May 2026 22:18:59 +0000 Subject: [PATCH] monitoring: render market-vs-salary periodic panels as lines, not bars --- .../modules/monitoring/dashboards/wealth.json | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/stacks/monitoring/modules/monitoring/dashboards/wealth.json b/stacks/monitoring/modules/monitoring/dashboards/wealth.json index 6bcbcdbc..bf800590 100644 --- a/stacks/monitoring/modules/monitoring/dashboards/wealth.json +++ b/stacks/monitoring/modules/monitoring/dashboards/wealth.json @@ -2626,14 +2626,13 @@ "unit": "currencyGBP", "decimals": 0, "custom": { - "drawStyle": "bars", - "barAlignment": 0, - "lineWidth": 1, - "fillOpacity": 70, - "gradientMode": "none", + "drawStyle": "line", + "lineWidth": 2, + "fillOpacity": 10, + "gradientMode": "opacity", "pointSize": 5, - "showPoints": "never", - "spanNulls": false, + "showPoints": "auto", + "spanNulls": true, "axisPlacement": "auto", "stacking": { "group": "A", @@ -2743,14 +2742,13 @@ "unit": "currencyGBP", "decimals": 0, "custom": { - "drawStyle": "bars", - "barAlignment": 0, - "lineWidth": 1, - "fillOpacity": 70, - "gradientMode": "none", + "drawStyle": "line", + "lineWidth": 2, + "fillOpacity": 10, + "gradientMode": "opacity", "pointSize": 5, - "showPoints": "never", - "spanNulls": false, + "showPoints": "auto", + "spanNulls": true, "axisPlacement": "auto", "stacking": { "group": "A",