Skip to content
Permalink
Browse files
remove supermajority lines
  • Loading branch information
couchand committed Oct 13, 2013
1 parent 2a37bb2 commit c02e9fc
Showing 1 changed file with 0 additions and 16 deletions.
@@ -354,22 +354,6 @@
.attr('stroke', 'black')
.style('shape-rendering', 'crispEdges');

svg.append('line')
.attr('x1', 0)
.attr('y1', y(290))
.attr('x2', width)
.attr('y2', y(290))
.attr('stroke', '#666')
.style('shape-rendering', 'crispEdges');

svg.append('line')
.attr('x1', 0)
.attr('y1', y(145))
.attr('x2', width)
.attr('y2', y(145))
.attr('stroke', '#666')
.style('shape-rendering', 'crispEdges');

}

</script>

0 comments on commit c02e9fc

Please sign in to comment.