Skip to content

Commit

Permalink
Fix gwatts#96
Browse files Browse the repository at this point in the history
  • Loading branch information
zallek committed Mar 25, 2015
1 parent 5562fca commit 46885f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chart-line.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@
path = [];
paths.push(path);
}
vertices.push(null);
}
vertices.push(null);
} else {
if (y < this.miny) {
y = this.miny;
Expand Down

0 comments on commit 46885f0

Please sign in to comment.