]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
No Logs 1353/head 1354/head
authorTanner Linsley <tannerlinsley@gmail.com>
Mon, 3 Aug 2015 19:06:53 +0000 (13:06 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Mon, 3 Aug 2015 19:06:53 +0000 (13:06 -0600)
src/scales/scale.category.js

index 13b414ee7bb44c6db7e7aaaef7ccf2fe32b7fe3a..98b28d072fa3a187e9173b43dac31e95b75e45f6 100644 (file)
 
                 //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));