Nikki Moore

Results 2 issues of Nikki Moore

From what I can tell, the labelWrap setting only wraps full words between spaces. Can there be an option to word-wrap with a hyphen if the word is too long?

Formatting a percent value with format string "0%" (no decimals) doesn't work properly Examples: numbro(0.811).format('0%') => "81.10000000000001%" numbro(1.1).format('0%') => "110.00000000000001%" numbro(1.15)format('0%) => "114.99999999999999%" numbro(5.1).format('0%') => "509.99999999999994%" numbro(9.8).format('0%') => "980.0000000000001%" This...