PHPackages                             pringgojs/livewire-charts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. pringgojs/livewire-charts

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pringgojs/livewire-charts
=========================

Livewire chart component

v1.0.1(1y ago)1381[1 issues](https://github.com/pringgojs/livewire-charts/issues)MITBladePHP ^8.2

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pringgojs/livewire-charts)[ Packagist](https://packagist.org/packages/pringgojs/livewire-charts)[ RSS](/packages/pringgojs-livewire-charts/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Livewire Apexchart component
============================

[](#livewire-apexchart-component)

Apexchart livewire component

Here's an example of how you can use it in your views:

```
$legend = ['Category A', 'Category B', 'Category C', 'Category D'];
$series = [
    [
        'name' => 'Series 1',
        'data' => [10, 20, 15, 25],
    ],
    [
        'name' => 'Series 2',
        'data' => [12, 18, 22, 30],
    ],
];
```

```

```

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require pringgojs/livewire-charts
```

Update Data Chart
-----------------

[](#update-data-chart)

Here's an example:

```
use Pringgojs\LivewireCharts\BarChartComponent;

function updateChart() {
    ...
    $this->dispatch('updateChart', $categories, $series)->to(BarChartComponent::class);
}
```

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~26 days

Total

2

Last Release

680d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16914951?v=4)[Pringgo J. Saputro](/maintainers/pringgojs)[@pringgojs](https://github.com/pringgojs)

---

Top Contributors

[![pringgojs](https://avatars.githubusercontent.com/u/16914951?v=4)](https://github.com/pringgojs "pringgojs (2 commits)")

### Embed Badge

![Health badge](/badges/pringgojs-livewire-charts/health.svg)

```
[![Health](https://phpackages.com/badges/pringgojs-livewire-charts/health.svg)](https://phpackages.com/packages/pringgojs-livewire-charts)
```

###  Alternatives

[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

731189.9k16](/packages/tallstackui-tallstackui)[leandrocfe/filament-apex-charts

Apex Charts integration for Filament PHP.

4971.7M12](/packages/leandrocfe-filament-apex-charts)[filament/support

Core helper methods and foundation code for all Filament packages.

2333.9M302](/packages/filament-support)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)[illuminate/reflection

The Illuminate Reflection package.

374.9M11](/packages/illuminate-reflection)[illuminate/process

The Illuminate Process package.

44926.6k129](/packages/illuminate-process)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
