monitoring: render market-vs-salary periodic panels as lines, not bars

This commit is contained in:
Viktor Barzin 2026-05-28 22:18:59 +00:00
parent 2a7124d266
commit 58cced5dab

View file

@ -2626,14 +2626,13 @@
"unit": "currencyGBP", "unit": "currencyGBP",
"decimals": 0, "decimals": 0,
"custom": { "custom": {
"drawStyle": "bars", "drawStyle": "line",
"barAlignment": 0, "lineWidth": 2,
"lineWidth": 1, "fillOpacity": 10,
"fillOpacity": 70, "gradientMode": "opacity",
"gradientMode": "none",
"pointSize": 5, "pointSize": 5,
"showPoints": "never", "showPoints": "auto",
"spanNulls": false, "spanNulls": true,
"axisPlacement": "auto", "axisPlacement": "auto",
"stacking": { "stacking": {
"group": "A", "group": "A",
@ -2743,14 +2742,13 @@
"unit": "currencyGBP", "unit": "currencyGBP",
"decimals": 0, "decimals": 0,
"custom": { "custom": {
"drawStyle": "bars", "drawStyle": "line",
"barAlignment": 0, "lineWidth": 2,
"lineWidth": 1, "fillOpacity": 10,
"fillOpacity": 70, "gradientMode": "opacity",
"gradientMode": "none",
"pointSize": 5, "pointSize": 5,
"showPoints": "never", "showPoints": "auto",
"spanNulls": false, "spanNulls": true,
"axisPlacement": "auto", "axisPlacement": "auto",
"stacking": { "stacking": {
"group": "A", "group": "A",