How to display percentages on pie chart pieces?
I have a pie chart where I show the value if you hover over it, but I want to show it as a percentage. Here is my code
4 Replies
You need to adjust your data to be a percentage value in that case. Standard php stuff tbh
As such chart js configuration options are supported by filament should I format the value something like this
Yes to a point, or just do it within the $data and label the field percentage of X
I too tried this, however the configuration option's formatter or any callback functions weren't working.