Numeric Functions for Charts

Hello, does the post processing function field in charts support numeric functions(round,ceil…) ?

It should work yes, the post processing functions support simple Javascript, so feel free to give it a try.
For example:Math.round(n)

The same applies for Metric “Transform value”
Example: Math.round(v)

1 Like

Thanks, it works as intended