LaravelDaily / laravel-charts

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

Show blank data #76

Closed NathanaelGT closed 2 years ago

NathanaelGT commented 2 years ago

This PR added an option to show the date even if the data is "blank"

when the option is not used: image

when the option is used: image

here is the data for likes table: image

with multiple datasets, this may cause the data to be incorrectly displayed

PovilasKorop commented 2 years ago

@NathanaelGT thanks for contributing!