X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=f11fa7454261de20d2720f5cf7b5d0f166b24eb9;hb=5605628cc2f2ca8d4f3b297a3d15dbded2c07f1e;hp=cec3071439b0cb44a517107a34f72e47f0b4207e;hpb=bcb545f434f8284b56a4e5a201b6d8c1f60af702;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index cec3071..f11fa74 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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); + color, circleSize, pt.idx); } ctx.restore();