laravel-charts icon indicating copy to clipboard operation
laravel-charts copied to clipboard

show_blank_data doesnt work with filter_period

Open addshore opened this issue 3 years ago • 1 comments
trafficstars

            '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',

addshore avatar Jan 05 '22 14:01 addshore

@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!

PovilasKorop avatar Jan 05 '22 14:01 PovilasKorop