DEV Community

Discussion on: Create charts in Laravel with eloquent and Larapex Charts

Collapse
 
alexv96 profile image
alexv96

Hi question how can I format it as a thousands separator ? for example I have tried all the php number_format money_format options and I have this number 41598625 and in the graph it only shows me 4.159 or sometimes it doesn't make up a number nothing to do.

I made the query from the DB already brought with the number format that I want but when I pass it to the graph the format disappears.