Skip to content

Commit

Permalink
rebranching from tag v1.0.2 and adding arbisoft changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ybashir committed Feb 3, 2016
1 parent 930b16a commit 3c2e574
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -3459,7 +3459,7 @@
//A little inefficient double looping, but better than the line
//lagging behind the point positions
helpers.each(dataset.points,function(point){
if (point.hasValue()){
if (point.hasValue() && point.value > 0){
point.draw();
}
});
Expand All @@ -3474,4 +3474,4 @@



}).call(this);
}).call(this);
Loading

0 comments on commit 3c2e574

Please sign in to comment.