Skip to content

Commit

Permalink
Fixed merge mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Mar 21, 2015
1 parent 15cf57e commit b7d9684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/d3Bindings/eventDistribution/distributionDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ angular
}
if (datasetBoundsRect) {
// width is updated by updateMain
outOfBoundsRect.attr("height", mainHeight);
datasetBoundsRect.attr("height", mainHeight);
}

chart.style("height", svgHeight() + "px");
Expand Down Expand Up @@ -413,7 +413,7 @@ angular
// prevent translating off the edge of our data (i.e. clamp the zoom/pan)
var domain = null;
if (xScale) {
//zoom.translate(panLimit());
zoom.translate(panLimit());
domain = xScale.domain();
}

Expand Down

0 comments on commit b7d9684

Please sign in to comment.