Skip to content

add comma to large numbers #81

@talkncloud

Description

@talkncloud

Is your feature request related to a problem? Please describe.
some of the values returned by the estimator can be quite large and is difficult to read.

                                                    DAILY (USD)     $14000 
                                                   WEEKLY (USD)     $105002
                                                  MONTHLY (USD)     $420010

Describe the solution you'd like
add a comma in the appropriate place using math lib or similar.

                                                    DAILY (USD)     $14,000 
                                                   WEEKLY (USD)     $105,002
                                                  MONTHLY (USD)     $420,010

Describe alternatives you've considered
none

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions