PHPackages                             hasnayeen/glow-chart - 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. hasnayeen/glow-chart

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

hasnayeen/glow-chart
====================

Apex chart with extra batteries and an elegent api

v3.0.0(2y ago)41.9k↓30%1[4 PRs](https://github.com/Hasnayeen/glow-chart/pulls)MITPHPPHP ^8.1CI passing

Since Sep 16Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/Hasnayeen/glow-chart)[ Packagist](https://packagist.org/packages/hasnayeen/glow-chart)[ Docs](https://github.com/hasnayeen/glow-chart)[ GitHub Sponsors](https://github.com/Hasnayeen)[ RSS](/packages/hasnayeen-glow-chart/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelogDependencies (14)Versions (6)Used By (0)

GlowChart
=========

[](#glowchart)

Apex chart integration for filament with extra batteries and Filament like api

Hire me
-------

[](#hire-me)

I'm available for contractual work on this stack (Filament, Laravel, Livewire, AlpineJS, TailwindCSS). Reach me via [email](searching.nehal@gmail.com) or [discord](discordapp.com/users/297318343642447872)

[![Latest Version on Packagist](https://camo.githubusercontent.com/99c61d60679f842955feb6809a7728dbfb1c3e332dcf031370425e409bf983e6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6861736e617965656e2f676c6f772d63686172742e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/hasnayeen/glow-chart)[![Filament Version](https://camo.githubusercontent.com/d76e77e6d753cb532ff0007a0c30d6e8b94a910f4379c008a107e3e2f981bae7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f46696c616d656e742d56332e782d3737374242343f7374796c653d666f722d7468652d6261646765)](https://filamentphp.com)[![Total Downloads](https://camo.githubusercontent.com/284f954ce47cf06deb55bd30212b2207270e2ce0e3f90a3c04b374dfbded3c60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6861736e617965656e2f676c6f772d63686172742e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/hasnayeen/glow-chart)

Overview
--------

[](#overview)

This plugin integrates [Apex Charts](https://apexcharts.com/) on Filament to provide beautiful and interactive visualizations for your data. This package provides following features

- Class based options and data setter with IDE autocompletion and docs.
- Ability to generate chart data model with fluent methods.(via `flowframe/laravel-trend`)
- Ability to set customizable filters.
- Ability to enable/disable chart for users/team.(via `laravel/penant`)

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

[](#installation)

You can install the package via composer:

```
composer require hasnayeen/glow-chart:^3.0
```

Usage
-----

[](#usage)

Create a new chart widget with following command:

```
php artisan make:glow-chart BlogPostsChart
```

The above command will create following class

```
