emilioxavier / theHUB

https://theHopefulBox.com/
Other
2 stars 0 forks source link

option for `likert.barplot.stacked()` to use `geom_label()` for `# (#%)` labels #35

Open emilioxavier opened 1 year ago

emilioxavier commented 1 year ago

Hi Currently, likert.barplot.stacked() only implements geom_text(), but the colour of the font is fixed to white. Provide the option for using geom_label() or the ability to set specific text colour values.

Thank you Emilio

emilioxavier commented 1 year ago

Hi Ensure the geom_label() does not include blank bubbles when values are not presented.

Thank you