Stabilize export dashboard and fill purchasing KPIs

This commit is contained in:
2026-06-05 08:15:50 +02:00
parent 0ce96d9eb4
commit baeee3e49b
3 changed files with 78 additions and 14 deletions
+1 -1
View File
@@ -515,7 +515,7 @@
window.trafagFinance3d = {
render: function (canvas, rows, options) {
if (!canvas) return;
if (!canvas || typeof canvas.addEventListener !== "function") return;
const normalizedRows = normalizeRows(rows);
if (normalizedRows.length === 0) return;
const existing = stateByCanvas.get(canvas);