From 24248120a90e6933d75f294132b3998522e80665 Mon Sep 17 00:00:00 2001 From: Steven Wexler Date: Sun, 1 Mar 2015 20:31:44 -0500 Subject: [PATCH] Removed an unnecessary comment --- src/Chart.Core.js | 1 - 1 file changed, 1 deletion(-) 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){ -- 2.47.2