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
Line https://github.com/fkling/JSNetworkX/blob/master/src/drawing/svg.js#L266
the variable is misspelled as weigths whereas the correct code should contain weights in the switch case
weigths
weights
I would be happy to send a PR if this project is still maintained ?
The text was updated successfully, but these errors were encountered:
Possibly also the cause for #78
Sorry, something went wrong.
svg.js: Fix weigths to weights
bed2384
Also do some auxilary changes to fix undefined exceptions in the case where string is supplied as argument Fixes fkling#82
I've done this for the temporary fix: https://github.com/virresh/JSNetworkX/releases/tag/v0.3.4.1
There's a sample fiddle link for a working example.
No branches or pull requests
Line https://github.com/fkling/JSNetworkX/blob/master/src/drawing/svg.js#L266
the variable is misspelled as
weigths
whereas the correct code should containweights
in the switch caseI would be happy to send a PR if this project is still maintained ?
The text was updated successfully, but these errors were encountered: