Improve numbers formatting of dashboard widgets
R
Reys
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.
Matan Grady
Merged in a post:
Cut off the number of digits after the decimal points
P
Pavel Pikat
Cut off the number of digits after the decimal points, but still keep the real value in the backend