We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, thank you for this awesome library. I am using it to teach instructors how to build learning graphs.
I am using the following line to always get the latest version of vis-network:
<script src="https://unpkg.com/vis-network/dist/vis-network.min.js"></script>
I understand this is how we should always get the latest stable version of the vis-network.
Although I can always open this file:
https://unpkg.com/vis-network/package.json
I was hoping there would be a property such as:
network.version
that we could access in our code to display the current version number.
Perhaps this exists, but the feature is just not documented.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, thank you for this awesome library. I am using it to teach instructors how to build learning graphs.
I am using the following line to always get the latest version of vis-network:
I understand this is how we should always get the latest stable version of the vis-network.
Although I can always open this file:
https://unpkg.com/vis-network/package.json
I was hoping there would be a property such as:
network.version
that we could access in our code to display the current version number.
Perhaps this exists, but the feature is just not documented.
Thank you for your help.
The text was updated successfully, but these errors were encountered: