Skip to content
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

Feature/make link in node label clickable #161

Open
wants to merge 129 commits into
base: feature/make-link-in-node-label-clickable
Choose a base branch
from

Conversation

smulhern18
Copy link

Added in a robust html parser looking for hrefs in the node titles to make them clickable. Added testing for the parser as well

boludo00 and others added 30 commits May 24, 2018 15:02
…-node-label-clickable

Feature/make link in node label clickable
…is-fails-after-disable-physics-one-node

Hotfix/i13 network vis fails after disable physics one node
Adjusted the typo in the arguments passed in the got_net variable.

Made the call to read_csv download the CSV file.
Fixed small typo; added csv download for DataFrame
…ow-directions

18 drawing wrong arrow directions
…endencies

added check for bidirectional edge adding
…rtionError-when-using-np.array

Hotfix/24 empty assertion error when using np.array
jhunpingco and others added 26 commits November 1, 2021 10:20
Update docs to change enable_physics to toggle_physics
Allow custom 'arrows' options for directed graphs
Fix pop-up position when html is used in edge's title
using a HTMLParser to grab the tags and attributes, then checks a couple
conditions to determine if they are valid
@JackBarker7
Copy link

@smulhern18 does this only work for hrefs, or can it parse other html (such as bold, italic tags etc)?

@smulhern18
Copy link
Author

smulhern18 commented Sep 21, 2022

@JackBarker7 Currently, it only works with hrefs, but I can make it parse any other HTML. Sorry for the delayed response.

@D0wn10ad
Copy link

Hi, is there any plan to merge it or?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.