Skip to content

Releases: ArielMejiaDev/larapex-charts

8.1.0

08 Feb 20:57
5461a65
Compare
Choose a tag to compare

It adds the ability to configure legends - contributed by @zwhhz

8.0.1

25 Jan 17:25
585e17b
Compare
Choose a tag to compare

Fix theme getter by @chimit

8.0.0

24 Jan 13:32
836ec67
Compare
Choose a tag to compare

🎉 It adds new features:

Thanks to all

7.0.0

03 Jan 04:15
d1f933b
Compare
Choose a tag to compare

This release removes support for PHP 7.4 or lower

6.0.0

16 Jun 11:21
Compare
Choose a tag to compare

It adds support for Laravel 10 and adds "setStack()" method to allow "bar", "horizontalBar", "line" and "area" charts to be stacked.

5.2.0

19 Sep 19:25
Compare
Choose a tag to compare

it just set sparkline instead of sparklines methods to be consistent with the apexchartsjs library.

5.1.0

18 Sep 18:27
88ddc1a
Compare
Choose a tag to compare

it fixes an issue related to a pour readable method.

Charts by default would work without grid.

To add a default grid (gray and some opacity... plays really well with TailwindUI styles)

$chart->areaChart()->setGrid();
To customize the grid color and opacity you can pass params to the grid setter:
$chart->areaChart()->setGrid('#93c5fd', 0.2);

5.0.0

18 Sep 15:23
8063273
Compare
Choose a tag to compare

It fixes this issues:

The stubs and commands are published by the service provider each time the application is started
It should be only published on vendor:publish. No every time.
It will break on anything hosted on serverless (by publishing files on every request).

reference here: #40

4.1.0

12 Jul 14:23
9e1f7e0
Compare
Choose a tag to compare

It adds the set sparkline method, this was a contribution by: @jamesmills
you can check more about sparklines here

4.0.0

10 Mar 14:21
Compare
Choose a tag to compare

It adds support for Laravel 9.