filament Apex plugin add a number in the center of the donut chart?
Using filament Apex plugin, how to add a number in the center of the donut chart?
2 Replies
The order status example is a radial bar with the label in the center
https://github.com/leandrocfe/filament-demo/blob/apex-charts-plugin-v3/app/Filament/Widgets/OrderStatusChart.php
Maybe this example can help you. Check the apexcharts docs also
https://apexcharts.com/
Please use this channel #leandrocfe-apex-charts when you have questions about this plugin
GitHub
filament-demo/app/Filament/Widgets/OrderStatusChart.php at apex-cha...
Source code for the demo.filamentphp.com website. Contribute to leandrocfe/filament-demo development by creating an account on GitHub.
ApexCharts.js
ApexCharts.js - Open Source JavaScript Charts for your website
ApexCharts is a a free and open-source modern charting library that helps developers to create beautiful and interactive visualizations for web pages.
thank you very much. I will check the channel