2.0.0
What's Changed
- Filament 4
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