Browse Source

Remove useless code

pull/1/head
Masayuki Tanaka 12 years ago committed by masayuki
parent
commit
60b1c66c28
  1. 4
      c3.js

4
c3.js

@ -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")

Loading…
Cancel
Save