This repository has been archived by the owner on Apr 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Align Python Chart library with Odyssey Hackathon UI #29
Labels
enhancement
New feature or request
Comments
I've been working on porting the Odyssey UI into sourcecred/sourcecred. You can see the work in progress here and you can give it a live run by cloning that branch, running It's in a pretty good shape, in that it has tooltips and the basic functionality, and is in a pretty cleanly architected React-like approach. I'm hoping to merge it into the codebase proper before long. |
Awesome! I'll work from there rather than the hackathon code. Thanks! |
mortonanalytics
added a commit
that referenced
this issue
May 19, 2019
* add JS for simulation, halo, and tooltip relates to #29 * correcting previous commit * code cleanup * code review changes this commit reflects changes requested upon code review from @decentralion: variable declaration, using => for functions, removing unneccessary comments, and some other substantive changes. I also changed naming conventions from 'd3' to just the function name since I don't need to identify d3 DOM manipulation functions anymore. I also changed 'if' statements to switch calls for easier reading. * remove unhelpful comments * remove 'rMorton' folder from this repo
wchargin
pushed a commit
that referenced
this issue
Sep 11, 2019
* add JS for simulation, halo, and tooltip relates to #29 * correcting previous commit * code cleanup * code review changes this commit reflects changes requested upon code review from @decentralion: variable declaration, using => for functions, removing unneccessary comments, and some other substantive changes. I also changed naming conventions from 'd3' to just the function name since I don't need to identify d3 DOM manipulation functions anymore. I also changed 'if' statements to switch calls for easier reading. * remove unhelpful comments * remove 'rMorton' folder from this repo
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For @mzargham to perform subgraph review, the Python chart library needs to better align with the Odyssey Hackathon UI. From what I can see so far:
1. Force simulation needs to scale to subgraph data sizes (100 or less nodes);DONE2. Add halo as a click event on the nodeDONE3. Add labels (conditional on size, maybe on hover...)
4. Fix popover to display node data (maybe merge with #3)
I'm assigning this to myself, but help is welcomed!
The text was updated successfully, but these errors were encountered: