ultimatepos/resources/views/vendor/charts/_partials/dimension/html.blade.php

12 lines
212 B
PHP

@if($model->responsive)
height="100%" width="100%"
@else
@if($model->height)
height="{{ $model->height }}"
@endif
@if($model->width)
width="{{ $model->width }}"
@endif
@endif