variety of premium plugins

Learn More
Inline Chart Releases Notes

Inline Chart Releases Notes

Changelogs and Releases Notes for Inline Chart: filamentPHP column to easily add a chart in table column.

1.1.0

What's Changed

  • fix chart width and height

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(),

1.0.2

What's Changed

  • fix firefox bug

1.0.1

What's Changed

  • fix reactive column and UI

New Contributors

  • @atmonshi made their first contribution

📊 itial release