Skip to content

Commit

Permalink
Fixed issue of zoomable not being copied correctly on
Browse files Browse the repository at this point in the history
  • Loading branch information
andredumas committed Oct 1, 2016
1 parent 9de87f8 commit 85eab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scale/financetime.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ module.exports = function(d3_scale_linear, d3_time, d3_bisect, techan_util_rebin
}

scale.copy = function() {
return financetime(tickMethods, genericFormat, index.copy(), domain, padding, outerPadding, zoomLimit, closestTicks, zoomable);
return financetime(tickMethods, genericFormat, index.copy(), domain, padding, outerPadding, zoomLimit, closestTicks);
};

/**
Expand Down

0 comments on commit 85eab99

Please sign in to comment.