From: Tanner Linsley Date: Mon, 3 Aug 2015 19:06:53 +0000 (-0600) Subject: No Logs X-Git-Tag: 2.0.0-alpha4~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1353%2Fhead;p=thirdparty%2FChart.js.git No Logs --- diff --git a/src/scales/scale.category.js b/src/scales/scale.category.js index 13b414ee7..98b28d072 100644 --- a/src/scales/scale.category.js +++ b/src/scales/scale.category.js @@ -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));