CityofToronto / bdit_volumes

Traffic Volumes Modelling Project
7 stars 6 forks source link

Comma 1000s in labels #53

Closed radumas closed 6 years ago

q-schen commented 6 years ago

Solution is to apply the function format_number to labelling, such as format_number(round(avg_vol,-1) ,0), where the first argument is the number and the second argument is the number of decimal places to truncate.