Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Oct 26, 2015
1 parent 241c027 commit 2dfed5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/metricsgraphics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2810,9 +2810,9 @@ MG.button_layout = function(target) {
var yPos;
svg.selectAll('.mg-marker-text')
.each(function() {
if(!yPos) {
if (!yPos) {
yPos = d3.select(this).attr('y');
} else if(yPos !== d3.select(this).attr('y')) {
} else if (yPos !== d3.select(this).attr('y')) {
activeDatapointYnudge = 0.56;
}
})
Expand Down
4 changes: 2 additions & 2 deletions src/js/charts/line.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2dfed5a

Please sign in to comment.