Closed bobdivinity closed 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
@coroo @bobdivinity this caused an exception, see fix here https://github.com/coroo/nova-chartjs/pull/171
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.