]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix bug when calculating if steps fit into scale as a whole number then smal floating...
authorTarqwyn <steven@tarquindandy.com>
Tue, 6 Dec 2016 14:43:29 +0000 (14:43 +0000)
committerEvert Timberg <evert.timberg+github@gmail.com>
Wed, 14 Dec 2016 02:22:02 +0000 (21:22 -0500)
commit34d26ea49755cc41f294d7eb36a4324d628022aa
tree52c41bd5de201450d4766189f62a0b0c979db62c
parent6f40d04964c621bf5903720c4a0be12de66df236
Fix bug when calculating if steps fit into scale as a whole number then smal floating point errors make the consition pass false
src/core/core.helpers.js
src/core/core.ticks.js
test/core.helpers.tests.js