Skip to content

Releases: lara-zeus/inline-chart

1.1.1

19 Sep 12:33
Compare
Choose a tag to compare

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

Full Changelog: 1.1.0...1.1.1

1.1.0

07 Feb 10:25
59afabb
Compare
Choose a tag to compare

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

1.0.2

06 Feb 15:35
41c9890
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

31 Jan 21:19
59eb128
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

19 Jan 15:12
Compare
Choose a tag to compare

📊 initial release