Skip to content

Commit

Permalink
readjusted #batches on the x axis
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jun 22, 2015
1 parent dd46f98 commit eb610ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function drawHistogram(id, values, minY, maxY, unitY, batchInterval) {
.attr("class", "x axis")
.call(xAxis)
.append("text")
.attr("transform", "translate(" + (margin.left + width - 50) + ", " + unitLabelYOffset + ")")
.attr("transform", "translate(" + (margin.left + width - 45) + ", " + unitLabelYOffset + ")")
.text("#batches");

svg.append("g")
Expand Down

0 comments on commit eb610ee

Please sign in to comment.