coroo / nova-chartjs

A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such as Bar, Stacked, Line, Area, Doughnut and Pie Chart.
https://coroo.github.io/nova-chartjs
MIT License
215 stars 71 forks source link

Supports of latest version of Laravel Nova (>= 4.31) #170

Closed bobdivinity closed 11 months ago

bobdivinity commented 11 months ago

After upgrading laravel/nova package to 4.31, charts didn't worked as expected. Request parameters weren't sent as string but as array. So that I changed this behaviour to handle both formats.

I also apply a small UI change to display large title charts without croping.

coroo commented 11 months ago

Thank you for the contribution @bobdivinity , I've release it at version 0.4.2 https://github.com/coroo/nova-chartjs/releases/tag/v0.4.2

dmason30 commented 11 months ago

@coroo @bobdivinity this caused an exception, see fix here https://github.com/coroo/nova-chartjs/pull/171