add debug logs

This commit is contained in:
martin-mfg
2026-01-03 10:39:51 +01:00
parent 29e5c8b0a5
commit 34179a504f
+3
View File
@@ -86,6 +86,9 @@ const createTextNode = ({
link,
labelXOffset = 25,
}) => {
console.log("label: " + label);
console.log("numberFormat" + numberFormat);
const precision =
typeof numberPrecision === "number" && !isNaN(numberPrecision)
? clampValue(numberPrecision, 0, 2)