Skip to content
Snippets Groups Projects
Commit 4791ac7c authored by esikkala's avatar esikkala
Browse files

Linear scale mapper: return data

parent bd44de41
No related branches found
No related tags found
No related merge requests found
......@@ -180,6 +180,7 @@ export const linearScale = ({ data, config }) => {
item[`${variable}Scaled`] = (maxAllowed - minAllowed) * (unscaledNum - min) / (max - min) + minAllowed
}
})
return data
}
/* Data processing as in:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment