R-graph-gallery icon indicating copy to clipboard operation
R-graph-gallery copied to clipboard

Bug in Circular Stacked Barplot code

Open trekonom opened this issue 3 years ago • 0 comments

Hi Yan, thanks for your great work and the R graph gallery. Always my place to start when trying to implement a new chart type.

I stumbled over a small bug in the Circular Stacked Barplot code when answering this question on SO.

My guess is that the reason for this bug is that as of version 4.0.0 R treats strings in data frames as strings rather than factors.

trekonom avatar Mar 15 '22 19:03 trekonom