]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Show correct decimal places when using count but `min` is not an integer (#9122)
authorEvert Timberg <evert.timberg+github@gmail.com>
Wed, 19 May 2021 22:31:15 +0000 (18:31 -0400)
committerGitHub <noreply@github.com>
Wed, 19 May 2021 22:31:15 +0000 (18:31 -0400)
commit78009390ad9a473cbc1847999de8097898fd7be4
tree9ad77a171753020190618ded28de9f0571a8d953
parent6f7d5fbb64158ef936c599076f2f707e440f23a9
Show correct decimal places when using count but `min` is not an integer (#9122)

* Show correct decimal places when using count but `min` is not an integer
* Fix lint issues
src/core/core.ticks.js
src/scales/scale.linearbase.js
test/fixtures/scale.linear/tick-count-min-max-not-int.js [new file with mode: 0644]
test/fixtures/scale.linear/tick-count-min-max-not-int.png [new file with mode: 0644]