-
-
Notifications
You must be signed in to change notification settings - Fork 125
Add 2 new demos, reoganize README, update Cytoscape wrapper default values and docstring #47
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
shammamah-zz
left a comment
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.
Awesome job, Xing! Cytoscape is getting better and better 👍
dash_cytoscape/Cytoscape.py
Outdated
| default (if true, overrides individual element state). | ||
| - autoRefreshLayout (boolean; optional): Whether the layout should be refreshed when elements are added or removed. | ||
| - tapNode (dict; optional): The complete node dictionary returned when you tap or click it. | ||
| - tapNode (dict; optional): The complete node dictionary returned when you tap or click it. Cannot be modified by a |
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.
Maybe say that it's "read-only" instead -- that might be clearer!
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.
Done
demos/usage-preset-animation.py
Outdated
| 'animate': True, | ||
| 'animationDuration': 1000, | ||
| 'positions': { | ||
| node_id: {'x': 20 * lat, 'y': -20 * long} |
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.
long here appears to be a keyword, since it refers to a data type -- you could maybe consider changing it to avoid confusion (and problems with syntax highlighting, as we see here).
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.
Done
Co-Authored-By: xhlulu <xhlperso@gmail.com>
About
Description of changes
Pre-Merge checklist
npm run build:all.Reference Issues
Other comments