9.0.0
-
Support for Laravel 12
-
Add new constants for LarapexCharts Colors
-
Add new methods like:
setMonochromeColor- support a LarapexChart Color constant or a hex string, it sets all chart with only one color in scalesshowLegend- hide or show a chart legend/subtitle support boolean valuesshowAxisLabels- useful to remove from the chart labels from X and Y axis
-
Non Breaking Changes for methods:
setXAxissetYAxis
-
Breaking Change for methods:
addDatachanges the order of the params for the sake of simplicitysetGridhas new optionsstrokeDashArraythat could be used to add spacing between grid dashes
-
Methods Removed in favor of keeping only
addDataas the default method to set data to the charts:setPiecessetLinessetDonutssetBars
-
Whole new documentation site with more customization examples
What's Changed
- Update Laravel to support version 11 by @dandoingdev in #103
- Update Laravel to support version 12 by @sushantaryal in #118
- fix to show labels by @developerluanramos in #116
- Update composer.json, added PHP 8.3 support by @ManukMinasyan in #110
- add feature to set min max yaxis by @handikahevn24 in #107
- Add strokeDashArray to setGrid method. by @hesami in #106
- Add ability to not show labels on xaxis by @ralphmorris in #101
- wip check and fix all changes for new release by @ArielMejiaDev in #122
- fix test workflow by @ArielMejiaDev in #123
New Contributors
- @dandoingdev made their first contribution in #103
- @sushantaryal made their first contribution in #118
- @developerluanramos made their first contribution in #116
- @ManukMinasyan made their first contribution in #110
- @handikahevn24 made their first contribution in #107
- @hesami made their first contribution in #106
- @ralphmorris made their first contribution in #101
Full Changelog: 8.1.0...9.0.0