]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Removed an unnecessary comment 962/head
authorSteven Wexler <steven.m.wexler@gmail.com>
Mon, 2 Mar 2015 01:31:44 +0000 (20:31 -0500)
committerSteven Wexler <steven.m.wexler@gmail.com>
Mon, 2 Mar 2015 01:31:44 +0000 (20:31 -0500)
src/Chart.Core.js

index 6881ba5f10793151a5975919482ff122f5446cdc..f5af352d43e1ffc67983a35d9a7293ce4deb8fa0 100755 (executable)
                        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){