facn6 / Api-project

0 stars 1 forks source link

Improve Population number #14

Open samjam48 opened 5 years ago

samjam48 commented 5 years ago

It is hard to quickly interpret the population number as it is just a string of digits

Option 1 You could add commas in the number so it is easy to read. e.g. 8,943,900 is easier than 8943900 which I thought was 800,000 not 8 million.

Option 2 Change the number to millions. e.g. 8.4 million.

image