joola / joola.sdk

Joola's Software Development Kit (SDK)
https://joo.la
Other
3 stars 3 forks source link

Add optional Metric attribute to add commas for long numbers #129

Open orweinberger opened 10 years ago

orweinberger commented 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.

For example,

Before: 80000 After: 80,000