This commit is contained in:
Tanner Linsley 2015-08-03 13:06:53 -06:00
parent 68b22562d9
commit 452ef8b6e7

View File

@ -127,8 +127,6 @@
//Max label rotation can be set or default to 90 - also act as a loop counter
while (this.labelWidth > (datasetWidth + this.paddingLeft) && this.labelRotation <= this.options.labels.maxRotation) {
console.log(this.labelWidth, datasetWidth, this.labelRotation, this.options.labels.maxRotation)
console.log(this.paddingLeft);
cosRotation = Math.cos(helpers.toRadians(this.labelRotation));
sinRotation = Math.sin(helpers.toRadians(this.labelRotation));