Skip to content

Commit

Permalink
build for 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drakonen committed Jan 5, 2016
1 parent 4a6137c commit 3cd6d6f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rickshaw.js",
"rickshaw.css"
],
"version": "1.5.5",
"version": "1.5.6",
"homepage": "https://github.com/shutterstock/rickshaw",
"authors": [
"shutterstock"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rickshaw",
"version": "1.5.5",
"version": "1.5.6",
"dependencies": {
"d3": "~3.3.6"
},
Expand Down
2 changes: 1 addition & 1 deletion rickshaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,7 @@ Rickshaw.Graph.Renderer = Rickshaw.Class.create( {
i++;

// support for a line breakpoint
if (series.lineBreakPoint && (series.data.length > series.lineBreakPoint) && !series.noPrediction) {
if (series.lineBreakPoint && series.path.pathSegList && (series.data.length > series.lineBreakPoint) && !series.noPrediction) {

var pathStash = [];
for (var j = series.path.pathSegList.numberOfItems; j > series.lineBreakPoint; j--) {
Expand Down
2 changes: 1 addition & 1 deletion rickshaw.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rickshaw.min.js

Large diffs are not rendered by default.

0 comments on commit 3cd6d6f

Please sign in to comment.