Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 712 Bytes

Filing a bug report? Please include the following:

  1. Link to a page which demonstrates the problem, preferably a jsfiddle (use this jsfiddle as a template)
  2. Browser and Operating System that exhibit the problem

It also helps if you include the non-compacted version of the JS on your page. For instance, instead of doing this:

<script type="text/javascript" src="dygraph-combined.js"></script>

do this:

<script type="text/javascript" src="dygraph-combined.dev.js"></script>

This makes error messages and debugging simpler. The jsfiddle does this automatically.

Sending a Pull Request? See our guide to making dygraphs contributions.