1.1.2
What's Changed
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot
- Bump aglipanci/laravel-pt-action from 2.4 to 2.5 by @dependabot
- Update le-chart.blade.php
Changelogs and Releases Notes for Inline Chart: filamentPHP column to easily add a chart in table column.
changg the maxWidth and maxHeight:
the usage will be:
\LaraZeus\InleChart\Tables\Columns\InleChart::make('last activities')
->chart(MiChart::class)
->maxWidth(350)// t, default 200
->maxHeight(90)// t, default 50
->description('description')
->toggleable(),
📊 itial release