1 Filing a bug report? Please include the following:
3 1. Link to a page which demonstrates the problem, preferably a jsfiddle (use http://dygraphs.com/fiddle as a template)
4 2. Browser and Operating System that exhibit the problem
5 3. Version of dygraphs that you're using
7 It also helps if you include the non-compacted version of the JS on your
8 page. For instance, instead of doing this:
11 <script type="text/javascript" src="dygraph.min.js"></script>
17 <script type="text/javascript" src="dygraph.js"></script>
20 This makes error messages and debugging simpler. The jsfiddle does this automatically.