Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBoxplot grouping #163
Boxplot grouping #163
Comments
|
Thank you very much Matthias, both for identifying the issue and providing the fix. I have pushed that to Github! |
Hi there,
I wanted to use the boxplot example from your webpage, but i was not sure if the grouping feature works as expected:

For my case I wanted the x-axis to show the categories A, B and C with their corresponding boxplot.
I could not find a way to achieve it with the current functions, but when the coding in
e_boxplot_change fromto
(line 1087 in echarts4r/R/add_.R)
one gets this:

Do you think this small change is correct or is there another way to do so?