aabosham/filament-spark-pie

This is my package filament-spark-pie
13,615 8
Install
composer require aabosham/filament-spark-pie
Latest Version:v2.0.0
PHP:^8.0 || ^8.1 || ^8.2
License:MIT
Last Updated:Oct 9, 2023
Links: GitHub  ·  Packagist
Maintainer: AAbosham

This is my package filament-spark-pie

Latest Version on Packagist

Total Downloads

Pie chart for laravel filament

Preview

preview

Installation

You can install the package via composer:

For filament v3

composer require aabosham/filament-spark-pie:"^2.0"

For filament v2

composer require aabosham/filament-spark-pie:"^0.0.4"

Optionally, you can publish the views using

php artisan vendor:publish --tag="filament-spark-pie-views"

Usage

Table

On your filament resource file

use AAbosham\FilamentSparkPie\Tables\Columns\SparkPieColumn;

On your filament table schema

use AAbosham\FilamentSparkPie\Tables\Columns\SparkPieColumn;

SparkPieColumn::make('rate')
    ->size(70) // height
    ->color('green') // green , #598989
    ->suffix('%') // or prefix

Infolist (Only for filament v3)

On your filament Infolist schema

use AAbosham\FilamentSparkPie\Infolists\Components\SparkPieEntry;

SparkPieEntry::make('rate')
    ->size(70) // height
    ->color('green') // green , #598989
    ->suffix('%') // or prefix

preview-entry

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

aabosham/filament-google-maps-marker

A Filament Field to get coordinates based on Google Maps

773 1
andhikamaheva/date

A date library to help you work with dates in different languages

13 1
vlados/laravel-blade-crawler-detect

Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...

5,439 0
maystro/filament-popup-modal

A comprehensive modal dialog system for FilamentPHP with progress bars, callback...

7 1