datasweet / kibana-datasweet-formula

This Kibana plugin allows calculated metrics on any standard kibana visualizations.
Apache License 2.0
121 stars 35 forks source link

Problem with decimal #56

Open rgoliveirati opened 4 years ago

rgoliveirati commented 4 years ago

Hello!

Using datasweet plugin Kibana 7.1.1 how to set the number of decimals?

agg1 = 16.459 agg2 = 7.469 datasweet = agg1 / agg2 = 2.2036417191056366

How to make it be 2.20 ?

lfroment-datasweet commented 4 years ago

Hi @rgoliveirati , you can use the numeraljs formatter. Please refer to numeralJS doc for further options : http://numeraljs.com/ image