Doughnut Chart Center Text

Hiya, I'm using the doughnut chart widget on filament and i'm trying to create a center label for this. Is there any resources to achieve this? Thank you!
No description
4 Replies
Absolium
Absolium3mo ago
This is what my chart currently looks like:
No description
malebestia.
malebestia.4w ago
did you manage to find a solution?
Tally
Tally4w ago
An alternative is to use https://github.com/leandrocfe/filament-apex-charts I see the Donut Labels in the docs so it's definitely possible there https://apexcharts.com/docs/chart-types/pie-donut/
GitHub
GitHub - leandrocfe/filament-apex-charts: Apex Charts integration f...
Apex Charts integration for Filament PHP. Contribute to leandrocfe/filament-apex-charts development by creating an account on GitHub.
ApexCharts.js
Pie / Donut Chart Guide & Documentation – ApexCharts.js
Read the documentation on how to create interactive JavaScript Pie Charts / Donut Charts with examples built using ApexCharts.
malebestia.
malebestia.4w ago
If it has less problems than chart.js I'll think about it
Want results from more Discord servers?
Add your server
More Posts
Can Form Actions appear dynamically?Hello, I have a custom action that I have added to an edit resource page, using getFormActions() meHow do I go about aligning the widgets on a custom dashboard?I created a new dashboard and added widgets with the following code ```php public function getHeaderMedia Library - Download uploaded file again (i.e. pdf)Ahoy there First of all Kudos to the Project: Awesome! I am experimenting a little with what is poRedirect loop on tenant with subdomainI am just setting up tenancy and I am getting an error asdf.tac.test redirected you too many times Trying to run filament-demo from the public folder. HTTP 500 errorI am really loving filament and I have tried out the filament-demo locally by running "php artisan sI am trying to access a list of users who have a boolean "is_trainers" = true, kindly assist``` Forms\Components\Select::make('course_trainer_id') ->relationship('trainers', 'name') ->Filament not Updating to the latest packageHello, I've trying to update filament package, but it still uses 3.2.0, I tried removing the vendor USER Model is located in a diffrent pathI'm trying to log in my filament admin panel but when I click log in , an error pops up saying " ClaComputed Property Filter On Table Builder?Hey, I'm using Filament Tables outside of Filament just to quickly bootstrap an app I'm using a serNavigation Groups & navigationParentItem not workingHello, I have a ViewPage and its $navigationGroup is set to 'Group' but the link doesn't show up und