]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
prevent taking vertical space for x labels more than once 1069/head
authorKuba Suder <jakub.suder@gmail.com>
Thu, 16 Apr 2015 20:23:17 +0000 (22:23 +0200)
committerKuba Suder <jakub.suder@gmail.com>
Thu, 16 Apr 2015 20:23:17 +0000 (22:23 +0200)
commit2e311896ad5b5fcb4e64fadc7e3694df39e10057
tree02e185a54b00d18c3f8d5862ad9dea29a09a6477
parent972bc5636db6ac8f0e75bed5f8d64d5878a9cf1f
prevent taking vertical space for x labels more than once

calculateXLabelRotation() subtracts space needed for x labels from
this.endPoint, but if this block is called more than once then the space
is subtracted more than once and the chart gets smaller and smaller with
every iteration
src/Chart.Core.js