-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Separate vis-specific controls from centralized controls #6827
Conversation
c3ef95f
to
599e462
Compare
599e462
to
81a5845
Compare
Codecov Report
@@ Coverage Diff @@
## master #6827 +/- ##
==========================================
- Coverage 64.94% 64.91% -0.04%
==========================================
Files 424 424
Lines 20598 20613 +15
Branches 2281 2292 +11
==========================================
+ Hits 13378 13381 +3
- Misses 7097 7110 +13
+ Partials 123 122 -1
Continue to review full report at Codecov.
|
4fe63c0
to
05978c2
Compare
@mistercrunch Saw that you are doing a heavy refactor on the control panel so I am not sure when should I land this one? |
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.
LGTM, can see what Max says tho?
related to #7350 |
@kristw on PR #7350 I'm mostly just touching/refactoring Maybe you can leave your changes out on that file so I can get my PR in? Otherwise it looks like it will conflict pretty hard. My PR addresses some of the bad names too and breaks down the big functions into smaller chunks and introduces decent test coverage. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
Summary
Allow each visualization to define its own controls, instead of storing all controls in centralized
controls.jsx
Test plan
Verified that the
rose
andpaired t-test
charts that are modified in this PR are working correctly.@mistercrunch @williaster @michellethomas @graceguo-supercat @conglei @khtruong @xtinec