Skip to content

Commit

Permalink
removed mismatched padding on total label
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed May 8, 2012
1 parent a61afeb commit 6cc6869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-static/graphs.html
Expand Up @@ -150,7 +150,7 @@ <h2>Desired versions</h2>
.attr("text-anchor", "start")
.attr("dominant-baseline", "central")
.attr("fill", "black")
.attr("x", w - margin_h + 2)
.attr("x", w - margin_h)
.attr("y", y(total))]);
} else {
var y = d3.scale.linear().domain([
Expand Down

0 comments on commit 6cc6869

Please sign in to comment.