basant307/AI_Governance_Project
048
1---2name: Bug report3about: Let us know about a bug4title: ''5labels: bug6assignees: ''7 8---9 10**Before you post**11 12A request for help or a request for a how-to should be directed to [Phind]([url](https://www.phind.com/search?c=I%27m%20using%20the%20Cytoscape.js%20graph%20theory%20JS%20library.&q=How%20do%20I%20create%20a%20graph%20in%20my%20HTML%20page)).13 14If your issue pertains to an extension, your issue should be filed in that extension's repository -- not here.15 16 17 18**Environment info**19 20- Cytoscape.js version :21- Browser/Node.js & version :22 23 24 25**Current (buggy) behaviour**26 27_What does the bug do?_28 29 30 31**Desired behaviour**32 33_What do you expect Cytoscape.js to do instead?_34 35 36 37**Minimum steps to reproduce**38 39_What do you need to do to reproduce the issue?_40 41_Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly and effectively:_42 431. Go to our base JSBin: http://jsbin.com/fiqugiq442. Click the 'Edit in JSBin' button in the top-right corner.453. Click File > Clone to make your own copy of the demo (with its own unique URL) that you can edit.464. Click the yellow 'Login or Register' button at the top-right corner so that your JSBin persists longer-term.475. Log in with your GitHub account.486. Edit the JSBin to reproduce your issue.497. When you're finished editing, click 'File > Save snapshot` (command + s) to save your edits.508. Post the link to your JSBin here.51 52 53 54**For reviewers**55 56_Reviewers should ensure that the following tasks are carried out for incorporated issues:_57 58- [ ] Ensure that the reporter has included a reproducible demo. They can easily fork this JSBin demo: http://jsbin.com/fiqugiq59- [ ] The issue has been associated with a corresponding [milestone](https://github.com/cytoscape/cytoscape.js/milestones).60- [ ] The commits have been incorporated into the corresponding branches. Bug-fix patches go on61 - [ ] `master` and62 - [ ] `unstable`.63- [ ] The issue has been labelled as a [`bug`](https://github.com/cytoscape/cytoscape.js/labels/bug), if necessary.64 65 