pingjiang / dygraphs

Automatically exported from code.google.com/p/dygraphs
0 stars 0 forks source link

Can't fatch hover data from indipendent graphs #504

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please include the following in any bug reports:
1. Link to a page which demonstrates the problem, preferably a jsfiddle
(use dygraphs.com/fiddle 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-dev.js"></script>

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

Hello,
Jumping directly to the issue, I have a set of graphs(for example g1,g2 & g3, 
all are range selector) in different divs on a single page. Is there any 
facility in dygraphs to set a single common range selector that can be 
simultaneously used for all the graphs?

Original issue reported on code.google.com by kaushalp...@gmail.com on 22 Jan 2014 at 6:14

GoogleCodeExporter commented 9 years ago
Please don't use the issue tracker for technical support. Please use the 
mailing list.

Original comment by konigsb...@google.com on 6 Apr 2014 at 12:18