displaying data on doughnut chart whithout need to hover on
Hi everyone, i am asking how to display data on chart without hovering, thank you
Solution:Jump to solution
probably an option that you need to pass in the chart options..
This is default in apexcharts (just a comment..)
https://filamentphp.com/plugins/leandrocfe-apex-charts...
7 Replies
Solution
probably an option that you need to pass in the chart options..
This is default in apexcharts (just a comment..)
https://filamentphp.com/plugins/leandrocfe-apex-charts
so i have to use apexcharts ?
No, just a comment π
Filament chart uses chartjs. Maybe you can check the docs to see how to show the values..
https://www.chartjs.org/
Chart.js
Simple yet flexible JavaScript charting library for the modern web
thank u, i read on air the chartjs documentation, i didnt find an option for that
GitHub
GitHub - emn178/chartjs-plugin-labels: Plugin for Chart.js to displ...
Plugin for Chart.js to display percentage, value or label in Pie or Doughnut. - emn178/chartjs-plugin-labels
Thanks, i will try itπ
hi, i installed this plugin and it works, but i need it only in doughnut chart only, thank u