Skip to content

Update visjs and Fix #128 and #129 #137

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

Merged
merged 6 commits into from
Apr 14, 2022
Merged

Update visjs and Fix #128 and #129 #137

merged 6 commits into from
Apr 14, 2022

Conversation

Darkproduct
Copy link
Contributor

See #128 and #129.

I also removed some junk from /home/unpingco/.wingpro8/remote-8.1.2.1, fixed the notebook to use the local version directly and added an example on how to use set_options and from_DOT.

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vis-network@latest/styles/vis-network.css" type="text/css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vis-network@latest/dist/vis-network.min.js"> </script>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure it's a good idea to put the latest version, because it introduces a chance, that backward compatibility will be broken at some moment.

But if we can set up a CI with 2 different jobs: one to build with some fixed version, one to build with the latest one, it would be much more useful IMO.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see that, but on the other hand half of the issues in this Repo are from issues with the old version and from People that don't understand what this repos does and that graph rendering is done from vis-network.

@jhunpingco jhunpingco merged commit 6438912 into WestHealth:master Apr 14, 2022
ceandrade pushed a commit to ceandrade/pyvis that referenced this pull request Jul 10, 2025
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.

3 participants