LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
532 stars 118 forks source link

Is there way to make equable time axis, for show absent objects? #3

Closed mixartemev closed 5 years ago

mixartemev commented 5 years ago

If there is not objects in some date, then this date is cut out from chart.

Снимок экрана 2019-06-13 в 11 51 13

And I want to show created objects in EVERY day from last month, including days when objects is not created.

PovilasKorop commented 5 years ago

@mixartemev yes it's a known issue. Probably it requires a loop after results are formed, to fill in empty dates into array. If you have time, please try to do a PR, otherwise we will probably fix it some day but not in nearest future, have other priorities with QuickAdminPanel currently.