Browse Source

removed linebreak

pull/213/head
Peter Göbel 11 years ago
parent
commit
7f1812809b
  1. 1
      c3.js

1
c3.js

@ -336,7 +336,6 @@
subXOrient = __axis_rotated ? "left" : "bottom";
var translate = {
main : function () { return "translate(" + (Math.ceil(margin.left) + 0.5) + "," + (Math.ceil(margin.top) + 0.5) + ")"; },
context : function () { return "translate(" + (Math.ceil(margin2.left) + 0.5) + "," + (Math.ceil(margin2.top) + 0.5) + ")"; },
legend : function () { return "translate(" + margin3.left + "," + margin3.top + ")"; },

Loading…
Cancel
Save