UNPKG

1.53 kBMarkdownView Raw
1<!--
2If you do not have a separate GitHub issue for this PR, then fill out the following sections. If you have created a separate issue for this PR, then please link to it instead of filling out the sections.
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-->
14
15<!-- Delete one option -->
16Bug report
17Feature request
18
19
20
21
22<!-- BUG REPORT : Delete if requesting a feature -->
23
24**Environment info**
25
26- Cytoscape.js version :
27- Browser/Node.js & version :
28
29**Current (buggy) behaviour**
30
31<!-- What does the bug do? -->
32
33
34**Desired behaviour**
35
36<!-- What do you expect Cytoscape.js to do instead? -->
37
38
39**Minimum steps to reproduce**
40
41<!--
42Write out an overview of what you need to do to reproduce the issue.
43
44Fork/clone this JSBin demo and reproduce your issue so that your issue can be addressed quickly:
45http://jsbin.com/fiqugiq
46
47If 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:
48
49```js
50my.code();
51```
52-->
53
54<!-- END BUG REPORT -->
55
56
57
58
59<!-- FEATURE REQUEST : Delete if reporting a bug -->
60
61**Description of new feature**
62
63<!-- What should the new feature do? For visual features, include an image/mockup of the expected output. -->
64
65
66**Motivation for new feature**
67
68<!-- Describe your use case for this new feature. -->
69
70
71<!-- END FEATURE REQUEST -->