mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-23 00:26:52 +01:00
Merge pull request #962 from steaks/removeUnecessaryComment
Removed an unnecessary comment
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user