mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
No Logs
This commit is contained in:
parent
68b22562d9
commit
452ef8b6e7
@ -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));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user