Code formatting
authorUemit Seren <uemit.seren+git@gmail.com>
Thu, 4 Apr 2013 14:37:01 +0000 (16:37 +0200)
committerUemit Seren <uemit.seren+git@gmail.com>
Thu, 4 Apr 2013 14:37:57 +0000 (16:37 +0200)
dygraph-canvas.js
dygraph.js

index ee325c6..90ef027 100644 (file)
@@ -398,7 +398,7 @@ DygraphCanvasRenderer._drawPointsOnLine = function(
     var cb = pointsOnLine[idx];
     ctx.save();
     drawPointCallback(
-        e.dygraph, e.setName, ctx, cb[0], cb[1], color, pointSize,cb[2]);
+        e.dygraph, e.setName, ctx, cb[0], cb[1], color, pointSize, cb[2]);
     ctx.restore();
   }
 };
index 6e4d2ce..0dcc23a 100644 (file)
@@ -1988,7 +1988,7 @@ Dygraph.prototype.updateSelection_ = function(opt_animFraction) {
       ctx.strokeStyle = color;
       ctx.fillStyle = color;
       callback(this.g, pt.name, ctx, canvasx, pt.canvasy,
-          color, circleSize,pt.idx);
+          color, circleSize, pt.idx);
     }
     ctx.restore();