Peter Thomson

Results 12 comments of Peter Thomson

Sounds awesome. Maybe publish your fork so anyone who's thinking of using Dingo with Laravel 6 can at least see the changes that were needed?

Chart.js and JavaScript doesn't come with a Laravel like number_format built in. You need a tool like Numeral.js or to write a custom function to format the number in the...

Yep. Just loops the same "Success" message: ``` Additional dependencies must be installed. This will only take a moment. Running: npm install vue-loader@^15.9.5 --save-dev --legacy-peer-deps Okay, done. The following packages...

It's not a great solution and I'm sure the core team will come up with a better fix. But if anyone just wants to get their site working again, I...

This is blocking php 8.0 updates.

Hi @grafxflow, we've added the ability to customise the default view here: https://github.com/icehouse-ventures/laravel-chartjs/releases/tag/v1.0.3 But it's still probably better to use a blade component in your own app and use that...

We've forked the library and updated it to work with ChartJS version 3 (and 4). Have a go and let me know what you think: https://github.com/icehouse-ventures/laravel-chartjs

So.. What are we all doing to parse / filter and format numeric information such as percentages, currency etc ?

This does seem like a sensible and mostly non-breaking change. Also suits the Laravel 11 change to more modular/optional config files.