Basically given the following data:
Purple: 3 alerts out of 8 (37.5%)
Pink: 4 alerts out of 10 (40%)
White: 1 alert out of 2 (50%)
I want to display the percentages in a stacked bar chart like this.
Where the Y-Axis has the percentages in raw format: 37.5% = 0.375, 40% = 0.4, 50% = 0.5
can it be done?