I want to be able to show the number field of my pie chart rather than the percentage this number represents. I have tried looking into formatters (that worked for my gauges to add a suffix) to no avail. Maybe I am missing something?
Example:
Table: Red (5), Blue (4), Green (3)
Shows - Percentage of the sum Red (42%), Blue (33%), Green (25%)
Want to show - The actual number Red (5), Blue (4), Green (3) in the pie slice.
Any help appreciated. I have been struggling with this for hours.