diff --git a/src/Chart.Core.js b/src/Chart.Core.js index 6881ba5f1..f5af352d4 100755 --- a/src/Chart.Core.js +++ b/src/Chart.Core.js @@ -1368,7 +1368,6 @@ var halfHeight = this.height/2; //Check to ensure the height will fit on the canvas - //The three is to buffer form the very if (this.y - halfHeight < 0 ){ this.y = halfHeight; } else if (this.y + halfHeight > this.chart.height){