g.line.js
authoredward <edward@roojs.com>
Tue, 19 Jun 2018 09:44:50 +0000 (17:44 +0800)
committeredward <edward@roojs.com>
Tue, 19 Jun 2018 09:44:50 +0000 (17:44 +0800)
g.line.js

index 55eecc4..8af1e41 100644 (file)
--- a/g.line.js
+++ b/g.line.js
@@ -123,7 +123,7 @@ if (typeof(Raphael) == 'undefined') {
             maxy = typeof(opts.maxy) == 'undefined' ? ydim.to : opts.maxy,
             kx = (width - gutter * 2) / ((maxx - minx) || 1),
             ky = (height - gutter * 2) / ((maxy - miny) || 1);
-Roo.log(minx);
+Roo.log(maxx);
         var axis = paper.set();
         
        // Roo.log("Checking for AXIS");