fix: lueckenlose taegliche Saldo-Reihen fuer Grafana
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user