I want to format numerical widgets to provide more precise insights.
For example, support JQ calculation functions, and add support of custom units.
======
ceil(), floor(), round() Functions for Aggregation Property
I can use the Aggregation Property to calculate the average value I want.
However, the calculated value looks like 4.05882352941176.
It would be nice if common functions (ceil(), floor(), round()) are provided for readability.
I’ve already know Calculating property and jq can do these work. (jq '.*100|round/100')
However, creating an additional Calculating Property for round doesn’t seem like good method.