Re-do the fix for stacked graph highlighting
authorKlaus Weidner <klausw@google.com>
Mon, 11 Feb 2013 00:53:07 +0000 (16:53 -0800)
committerKlaus Weidner <klausw@google.com>
Mon, 11 Feb 2013 01:01:44 +0000 (17:01 -0800)
commit4b2e41a4125c72ebaed81992361dd7af158ae357
tree01a033e776e1170d180bc9c5aeb6650a8b1060e9
parenta537fd67fb9c4cf0ed381d781f9e569e79e5d503
Re-do the fix for stacked graph highlighting

This reverts the change from https://github.com/danvk/dygraphs/pull/211
and instead provides a boolean arg to the plotter so that it can decide
not to draw if needed.

The problem with the approach from #211 is that this prevents error bars
from being highlighted, and those should be redrawn on mouseover.

Fixes issue 424.
dygraph-canvas.js