X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph-utils.js;h=e03aaf8fb0251947d5311d69d420cac0539d4290;hb=104ea5ad3a83d5e3a54260343fa0fe7e3a3e6448;hp=27196d8c22ea90efcbd5beca7b42bd0ccef3aa7a;hpb=8442269f2a0a809ece4bf150d61ed8a15bf84788;p=dygraphs.git diff --git a/dygraph-utils.js b/dygraph-utils.js index 27196d8..e03aaf8 100644 --- a/dygraph-utils.js +++ b/dygraph-utils.js @@ -172,6 +172,7 @@ Dygraph.hsvToRGB = function (hue, saturation, value) { // The following functions are from quirksmode.org with a modification for Safari from // http://blog.firetree.net/2005/07/04/javascript-find-position/ // http://www.quirksmode.org/js/findpos.html +// ... and modifications to support scrolling divs. /** * Find the x-coordinate of the supplied object relative to the left side