All notable changes to Inline Chart
will be documented in this file
- 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
- @dependabot made their first contribution in #4
Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.1.0...1.1.1
- fix chart width and height by @atmonshi in #3
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: https://github.com/lara-zeus/inline-chart/compare/1.0.2...1.1.0
- fix firefox bug by @atmonshi in #2
Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.0.1...1.0.2
- fix reactive column and UI by @atmonshi in #1
- @atmonshi made their first contribution in #1
Full Changelog: https://github.com/lara-zeus/inline-chart/compare/1.0.0...1.0.1
- initial release