Commit 60b1c66c authored by Masayuki Tanaka's avatar Masayuki Tanaka Committed by masayuki

Remove useless code

parent 2ad6646b
......@@ -759,10 +759,6 @@
.attr("class", "xgrid-line")
xgridLine.append('line')
.attr("class", function(d){ return "" + d['class'] })
.attr("x1", __axis_rotated ? 0 : xv)
.attr("x2", __axis_rotated ? width : xv)
.attr("y1", __axis_rotated ? xv : margin.top)
.attr("y2", __axis_rotated ? xv : height)
xgridLine.append('text')
.attr("class", function(d){ return "" + d['class'] })
.attr("text-anchor", "end")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment