Browse Source

Something borrowed something blue

pull/789/head
JakeSidSmith 11 years ago
parent
commit
40953e13c5
  1. 2
      c3.js

2
c3.js

@ -336,7 +336,7 @@
if (__legend_show === true) { if (__legend_show === true) {
return "translate(0," + (__axis_rotated ? 0 : height) + ")"; return "translate(0," + (__axis_rotated ? 0 : height) + ")";
} }
return "translate(0," + (__axis_rotated ? 0 : currentHeight - margin.top) + ")"; return "translate(0," + (__axis_rotated ? 0 : height + margin3.top) + ")";
}, },
y : function () { return "translate(0," + (__axis_rotated ? height : 0) + ")"; }, y : function () { return "translate(0," + (__axis_rotated ? height : 0) + ")"; },
y2 : function () { return "translate(" + (__axis_rotated ? 0 : width) + "," + (__axis_rotated ? 1 : 0) + ")"; }, y2 : function () { return "translate(" + (__axis_rotated ? 0 : width) + "," + (__axis_rotated ? 1 : 0) + ")"; },

Loading…
Cancel
Save