Skip to content

9.0.0

Choose a tag to compare

@ArielMejiaDev ArielMejiaDev released this 24 Jan 06:52
· 9 commits to master since this release
b5ead48
  • 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 scales
    • showLegend - hide or show a chart legend/subtitle support boolean values
    • showAxisLabels - useful to remove from the chart labels from X and Y axis
  • Non Breaking Changes for methods:

    • setXAxis
    • setYAxis
  • Breaking Change for methods:

    • addData changes the order of the params for the sake of simplicity
    • setGrid has new options strokeDashArray that could be used to add spacing between grid dashes
  • Methods Removed in favor of keeping only addData as the default method to set data to the charts:

    • setPieces
    • setLines
    • setDonuts
    • setBars
  • Whole new documentation site with more customization examples

What's Changed

New Contributors

Full Changelog: 8.1.0...9.0.0