application-research / delta-ui

7 stars 0 forks source link

added math.floor to progress column #82

Closed LucRoy closed 1 year ago

elijaharita commented 1 year ago

could we display at least 1 decimal point instead of flooring all the way down? *10, then floor, then /10?

LucRoy commented 1 year ago

@elijaharita I added a little function for formatting the percentage. It will leave one decimal point to all numbers between 0 and 100.