-
-
Notifications
You must be signed in to change notification settings - Fork 111
boxmode, barmode, violinmode, etc #551
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
src/__percy__/panels.percy.js
Outdated
@@ -14,6 +14,8 @@ import './percy.css'; | |||
* To specify which panels to test with the mock, add entry to panelsToTest, else all panels will be tested | |||
*/ | |||
const panelsToTest = { | |||
bar: ['GraphCreatePanel', 'StyleTracesPanel'], | |||
box: ['GraphCreatePanel', 'StyleTracesPanel'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come histogram
doesn't have StyleTracesPanel
? can we add that plz?
I left "Box Mean" in a section of its own - didn't know where else to stick it. Maybe he'll find a friend later as we add more fields. |
Somehow "whisker width" no longer appears in Percy now |
Also, whisker width should be a numeric fraction I think. |
💃 once those whisker issues are taken care of |
Oh I see the problem. I'd forgotten that the section I'd asked you to move it into was layout-connected. tricksy tricksy. Maybe we should just leave it in its own little section then like it was before. |
but just leaving it not in a section is probably fine too. |
Yeah, I know it's totally a hack. But seems to work, so I guess we'll worry about it when it gives us trouble? |
Closes #543
Closes #540
Closes #553
Addresses #505