From: Robert Konigsberg Date: Thu, 29 May 2014 10:00:29 +0000 (-0400) Subject: Merge pull request #296 from danvk/xlog X-Git-Tag: v1.1.0~60^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=ebf77a9fa6953523975f7ee608a05e1c66c43e47;hp=bacf5ce283d6871ce1c090f29bf5411341622248;p=dygraphs.git Merge pull request #296 from danvk/xlog Log along the x-axis (bug 189) --- diff --git a/extras/shapes.js b/extras/shapes.js index 097bc5c..a453177 100644 --- a/extras/shapes.js +++ b/extras/shapes.js @@ -115,4 +115,4 @@ Dygraph.update(Dygraph.Circles, { } }); -}); +})();