Open orweinberger opened 10 years ago
Currently, the output of Metric is an int, however for legibility purposes we should add an attribute that will determine if the Metric will actually output a string of the value with commas.
int
string
For example,
Before: 80000 After: 80,000
80000
80,000
Currently, the output of Metric is an
int
, however for legibility purposes we should add an attribute that will determine if the Metric will actually output astring
of the value with commas.For example,
Before:
80000
After:80,000