How to show relative percentage values for each bar in a Stacked bar chart
Hi Guys,
Problem : I have a stacked bar chart where i'm showing data related to request type for each month.
Now, currently the relative percentage values for each request type are calculated from the total value and if user wants to see the request type distribution for only one month, he has to select that particular month. What I want is to show that value by default for each bar i.e. month.
Let me know if I've not made the requirement clear enough.