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.1

What's Changed

  • Bump ramsey/composer-stall from 2 to 3 by @dependabot
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot
  • Bump aglipanci/laravel-pt-action from 2.3.1 to 2.4 by @dependabot
  • Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot
  • Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot

New Contributors

  • @dependabot made their first contribution

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

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.