-
Notifications
You must be signed in to change notification settings - Fork 633
Added legends for boxplots and densities #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@cpsievert Hey Carson, do you know my graphs are not showing up the in the test tables? |
Ugh, I just spent a couple hours trying to debug. For some reason the pngs aren't being pushed appropriately, but not sure why. The current logic of the test table is super complicated, so if anything goes wrong, it's hard to fix it (this is a big reason why I'm changing the test table infrastructure in #226). I think my time is better spent finishing that new infrastructure. |
Thanks for checking it out! |
… into baobao-legend_hide
6a7d67d
to
5b077d7
Compare
Added legends for boxplots and densities
This a solution to Issue #212. The legends weren't showing up for boxplots and density plots is because those features were not part of
markLegends
inggplotly
. I added them. I also made an except for boxplot so that is takesmarkSplit
instead. Finally, I added a test for boxplots where each box-and-whiskers has a different fill. Will add to the existing density plot tests tomorrow to check for legends.Now we can enjoy legends:
@cpsievert @mkcor @chriddyp