-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can't implement with plain html #34
Comments
Hi, so I finally found out how to implement in plain html and javascript. I had to find the proper source for the layout-base js file. This is not clearly included in the readme file. Can I change the readme to add the information to make it work on plain html and give a pull request? |
Feel free to make pr s to the unstable branch with detailed explanation why. |
Just to chime in, i found way to properly bundle all dependencies for later usage in plain html I've posted solution in SO here: https://stackoverflow.com/a/65816119/492624 And the build, per current app.jsx (esbuild), can be downloaded here: https://github.com/smarek/cytoscape.bundle.js/tree/esbuild/dist And indeed, finding proper source for the layout-base and other dependencies, in appropriate version, is not very easy, so I think this is better, as it provides reproducible builds and uses standard esbuild/webpack build-time checks that everything will be available and working together. |
Improve explanation for the usage with plain HTML/JS
I improved the explanation in README that explains the usage with plain HTML/JS in develop branch. It will be available in the master branch with the new release. |
So I am getting this console message:
I haven't used the cise in the code I provided because it didnt work at all. So I just implemented a small concentric layout example.
This is my code:
Can you please help me with this? :)
The text was updated successfully, but these errors were encountered: