Hi Team
I want to show case the percentage of data in the Y axis of the column chart field.
Eg: If the X axis is have 4 values: A,B,C,D and Y axis is having values for each 1 for A, 2 for B, 3 for C, 4 for D.
But other than showing these values is it also possible to showcase the percentage of these values as well?
Thanks
Harikrishnan
Discussion posts and replies are publicly visible
You can use stacking: "PERCENT_TO_TOTAL", option to show % value, and if you want to show it on chart level without hovering over it, you can use showDataLabels: true(),