06/01 Fix report template issue

This commit is contained in:
2026-06-01 15:47:14 -04:00
parent 8ca54827b2
commit 25b15d8432
+1 -1
View File
@@ -253,7 +253,7 @@ const fmtCur = v => sym + Math.abs(v).toLocaleString(undefined, {minimumFraction
data: { data: {
labels: {{ nw_history.labels | tojson }}, labels: {{ nw_history.labels | tojson }},
datasets: [ datasets: [
{ label:'Net Worth', data: {{ nw_history.values | tojson }}, borderColor:'#3b82f6', backgroundColor:'#3b82f611', borderWidth:2, pointRadius:3, tension:.3, fill:true }, { label:'Net Worth', data: {{ nw_history['values'] | tojson }}, borderColor:'#3b82f6', backgroundColor:'#3b82f611', borderWidth:2, pointRadius:3, tension:.3, fill:true },
{ label:'Assets', data: {{ nw_history.assets | tojson }}, borderColor:'#10b981', borderWidth:1.5, pointRadius:2, tension:.3, fill:false, borderDash:[4,3] }, { label:'Assets', data: {{ nw_history.assets | tojson }}, borderColor:'#10b981', borderWidth:1.5, pointRadius:2, tension:.3, fill:false, borderDash:[4,3] },
] ]
}, },