I have successfully obtained a divergent stacked bar plot using the likert package for survey data. However one of the questions (S8) has overlapping percentages:Overlapping percentages in S8
I have tried using the zero.print = TRUE option to remove the 0% and to make the graph clearer without overlapping percentages, but in this case, the zeros disappear but the percentage symbol remains: Plot using the zero.print=TRUE option
How can I fix this overlapping issue? Is there a solution using ggplot addition to the likert function? Alternatively, If I use the zero.print option can I remove the percent symbol?