UNPKG

1.61 kBMarkdownView Raw
1<!--
2Is your issue related solely to the core library, or is your issue related to an extension? An extension issue must be filed in the extension's repo.
3-->
4
5**Issue type**
6
7<!--
8Are you submitting a bug report or a feature request?
9
10When submitting a bug report, check the following:
11- The report has a descriptive title.
12- The bug still exists in most recent version of the library.
13
14A request for help or a requests for a how-to should be directed to Stack Overflow:
15http://stackoverflow.com/questions/tagged/cytoscape.js
16-->
17
18<!-- Delete one option -->
19Bug report
20Feature request
21
22
23
24
25<!-- BUG REPORT : Delete if requesting a feature -->
26
27**Environment info**
28
29- Cytoscape.js version :
30- Browser/Node.js & version :
31
32**Current (buggy) behaviour**
33
34<!-- What does the bug do? -->
35
36
37**Desired behaviour**
38
39<!-- What do you expect Cytoscape.js to do instead? -->
40
41
42**Minimum steps to reproduce**
43
44<!--
45Write out an overview of what you need to do to reproduce the issue.
46
47Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly:
48http://jsbin.com/fiqugiq
49
50If your code to reproduce is only two or three lines, you can write it in the issue instead. Format your code in backtick code blocks like this:
51
52```js
53my.code();
54```
55-->
56
57<!-- END BUG REPORT -->
58
59
60
61
62<!-- FEATURE REQUEST : Delete if reporting a bug -->
63
64**Description of new feature**
65
66<!-- What should the new feature do? For visual features, include an image/mockup of the expected output. -->
67
68
69**Motivation for new feature**
70
71<!-- Describe your use case for this new feature. -->
72
73
74<!-- END FEATURE REQUEST -->