-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[SIP-5] Refactor Chord vis #5671
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5671 +/- ##
==========================================
- Coverage 63.51% 63.49% -0.02%
==========================================
Files 360 360
Lines 22904 22911 +7
Branches 2551 2551
==========================================
Hits 14548 14548
- Misses 8341 8348 +7
Partials 15 15
Continue to review full report at Codecov.
|
wohoo! 🎉 this is the start of an amazing thing! 👯📈 overall looks great, a couple questions/thoughts:
|
Good idea with the data shape. I can start from defining |
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!
TIL that checkPropTypes
exists :)
* refactor Chord vis * Add PropTypes * change module.exports to export default (cherry picked from commit 683edc3)
* refactor Chord vis * Add PropTypes * change module.exports to export default
Decouple the visualization code from
slice
andformData
Test
Ran a development instance with the code above and verified with production instance that they produce the same results.
@williaster @conglei @graceguo-supercat