frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.9k stars 716 forks source link

Commas to large numbers #394

Closed asha23 closed 1 year ago

asha23 commented 1 year ago

Is there any way to add commas to large numbers. EG

40000 40,000

Thanks

uhrjun commented 1 year ago

Would involve supporting multiple number systems. Historically this library has aimed to be pretty minimal. A pre-formatted string such as 40,000 can be used directly instead. Not opposed to implementing it if more requests come in.