Added pixelRatio option to override canvas upscaling. Resolves #876, test included...
[dygraphs.git] / .github / ISSUE_TEMPLATE.md
CommitLineData
2374e3cf 1Filing a bug report? Please include the following:
ece65e86 2
93ec1094 31. Link to a page which demonstrates the problem, preferably a jsfiddle (use http://dygraphs.com/fiddle as a template)
2374e3cf 42. Browser and Operating System that exhibit the problem
93ec1094 53. Version of dygraphs that you're using
2374e3cf
DV
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
fd6b8dad 11<script type="text/javascript" src="dygraph.min.js"></script>
2374e3cf
DV
12```
13
14do this:
15
16```html
fd6b8dad 17<script type="text/javascript" src="dygraph.js"></script>
2374e3cf
DV
18```
19
20This makes error messages and debugging simpler. The jsfiddle does this automatically.