Demo of label_v
[dygraphs.git] / .github / ISSUE_TEMPLATE.md
... / ...
CommitLineData
1Filing a bug report? Please include the following:
2
31. Link to a page which demonstrates the problem, preferably a jsfiddle (use http://dygraphs.com/fiddle as a template)
42. Browser and Operating System that exhibit the problem
53. Version of dygraphs that you're using
6
7It also helps if you include the non-compacted version of the JS on your
8page. For instance, instead of doing this:
9
10```html
11<script type="text/javascript" src="dygraph-combined.js"></script>
12```
13
14do this:
15
16```html
17<script type="text/javascript" src="dygraph-combined.dev.js"></script>
18```
19
20This makes error messages and debugging simpler. The jsfiddle does this automatically.