dygraphs icon indicating copy to clipboard operation
dygraphs copied to clipboard

How to prohibit the zoom function?

Open cuiy245 opened this issue 6 years ago • 1 comments

Filing a bug report? Please include the following:

  1. Link to a page which demonstrates the problem, preferably a jsfiddle (use http://dygraphs.com/fiddle as a template)
  2. Browser and Operating System that exhibit the problem
  3. Version of dygraphs that you're using

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.min.js"></script>

do this:

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

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

cuiy245 avatar Jan 25 '18 12:01 cuiy245

Does the "no interaction model" on http://dygraphs.com/tests/interaction.html do what you want?

danvk avatar Feb 10 '18 15:02 danvk