add debug logs
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user