We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug btnFilter is too small , the list is not displayed correctly
To Reproduce
$series = Arr::map(['answered','no answer', 'busy'], function ($value) { return [ 'label' => $value, 'filter' => [ 'key' => 'disposition', 'value' => strtoupper($value), ] ]; }); return [ PieChart::make() ->title('numbers') ->model('\App\Models\Asterisk\Cdr') ->col_xaxis('calldate') ->series($series) ->options([ 'showPercentage' => true, 'btnFilter' => true, 'btnFilterDefault' => '30', 'btnFilterList' => [ '30' => '30 Days', '60' => '60 Days', '90' => '90 Days', ], ])->width('1/3'),
Expected behavior btnFilter width should adapts to filter items max length
Screenshots
Dependencies Version (please complete the following information):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
btnFilter is too small , the list is not displayed correctly
To Reproduce
Expected behavior
btnFilter width should adapts to filter items max length
Screenshots
Dependencies Version (please complete the following information):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: