Releases: lara-zeus/inline-chart
Releases · lara-zeus/inline-chart
1.1.1
What's Changed
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #4
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #5
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #6
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #7
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #8
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
changing the maxWidth and maxHeight:
the usage will be:
\LaraZeus\InlineChart\Tables\Columns\InlineChart::make('last activities')
->chart(MiniChart::class)
->maxWidth(350)// int, default 200
->maxHeight(90)// int, default 50
->description('description')
->toggleable(),
Full Changelog: 1.0.2...1.1.0