LaravelDaily / laravel-charts

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

show_blank_data doesnt work with filter_period #84

Open addshore opened 2 years ago

addshore commented 2 years ago
            'show_blank_data' => true,
            'filter_days' => 7,

This seems to fill in the data gaps

However the below will not, but probably could

            'show_blank_data' => true,
            'filter_period' => 'week',
PovilasKorop commented 2 years ago

@addshore perhaps you're right. But at the moment we don't have time to work on this particular package, so you could submit a PR if you're deep enough in the package so you would find a quick fix.

Thanks!