Open guybrettrobertson opened 2 years ago
I just noticed that has already come up in issue 253 but no clean solution was available at the time. Have any developments been made on this?
I would love this feature too. I've been using bar charts as a workaround (where the multiple grouping works as expected), but often boxplots are just so much more appropriate. :)
Created a gist function to do it -> https://gist.github.com/munoztd0/c860717d1f29e8a1b9114c46e945202e
https://github.com/JohnCoene/echarts4r/issues/253#issuecomment-1204012312
Is there a way to create a grouped box plot with multiple grouping variables using {echarts4r}?
I would like to create a grouped box plot with multiple variables comparable to this {ggplot2} plot: https://www.r-graph-gallery.com/265-grouped-boxplot-with-ggplot2.html
I have tried the following:
But it gives me this:
I have also tried using
e_add_nested
but it doesn't seem to work for boxplots.