Skip to content

Commit

Permalink
See DmitryBaranovskiy#137: Moving things around.
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspotteddog committed Jul 7, 2012
1 parent 2cec9d3 commit 6be8738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g.line.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
var w = ((xs[i + 1] || x + width) - xs[i]) / 2 + (xs[i] - (xs[i - 1] || x)) / 2;
var C;

f ? (C = {}) : cvrs.push(C = paper.rect(X - 1, y, Math.max(w + 1, 1), height).attr({ stroke: "none", fill: "#000", opacity: 0 }));
f ? (C = {}) : cvrs.push(C = paper.rect(X - 1, y, Math.max(w + 1, 1), opts.columnHeight || height).attr({ stroke: "none", fill: "#000", opacity: 0 }));
C.values = [];
C.symbols = paper.set();
C.y = [];
Expand Down

0 comments on commit 6be8738

Please sign in to comment.