fix: lueckenlose taegliche Saldo-Reihen fuer Grafana

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 08:32:36 +02:00
parent f5fa3e45e8
commit 09b34ae13b
2 changed files with 80 additions and 15 deletions

View File

@@ -26,7 +26,9 @@
"custom": {
"drawStyle": "line",
"lineWidth": 1,
"fillOpacity": 0
"fillOpacity": 0,
"lineInterpolation": "stepAfter",
"spanNulls": true
},
"unit": "currencyEUR"
},
@@ -63,7 +65,9 @@
"custom": {
"drawStyle": "line",
"lineWidth": 2,
"fillOpacity": 10
"fillOpacity": 10,
"lineInterpolation": "stepAfter",
"spanNulls": true
},
"unit": "currencyEUR"
},