Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Charts Laravel Package

laraveldaily/laravel-charts

Laravel Charts by Laravel Daily generates interactive charts for your Laravel apps from Eloquent data. Quickly build line, bar, and pie charts with minimal code, support for multiple chart libraries, and configurable options—ideal for dashboards and admin panels.

View on GitHub
Deep Wiki
Context7
0.2.3

What's Changed

Full Changelog: https://github.com/LaravelDaily/laravel-charts/compare/0.2.2...0.2.3

0.2.2

Small fix for bar chart.

0.2.1
0.2.0

What's Changed

Full Changelog: https://github.com/LaravelDaily/laravel-charts/compare/0.1.29...0.2.0

0.1.29

What's Changed

0.1.28

What's Changed

0.1.26
  • Includes 2 options to retrieve soft deleted models
  • adding fill parameter in script
0.1.25

New parameter to disable Eloquent global scopes

0.1.24

Merged PR #48

0.1.23

Reverting PR from SHELA

0.1.22
0.1.20
0.1.19
0.1.18

Fix for empty dates provided by @oluwajubelo

0.1.17
0.1.16
0.1.15

New option conditions for multiple datasets and their colors:

'conditions' => [
    ['name' => 'Italy', 'condition' => 'country_id = 102', 'color' => 'black'],
    ['name' => 'France', 'condition' => 'country_id = 73', 'color' => 'blue'],
],
0.1.14

Ability to transform the aggregate result, with one new parameter aggregate_transform - callback function, like this:

// ...
'aggregate_function' => 'sum',
'aggregate_field' => 'paid_amount',
// ...
'aggregate_transform' => function($value) {
    return round($value / 100, 2);
},
0.1.13

Important Typo fix

0.1.12

Pull request from contributor @albertopazf95

0.1.11

Change str_* to Str::

0.1.10
0.1.9
0.1.8
0.1.7
0.1.6

New functionality to group by relationship

0.1.5
0.1.4
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation