]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fixed calculation of scale min and max when dataset contains no values (#4064)
authorGabrielMancik <gabriel.mancik@gmail.com>
Sat, 15 Apr 2017 16:37:49 +0000 (18:37 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 15 Apr 2017 16:37:49 +0000 (12:37 -0400)
commit254bd4bf86ab8dc9801c61844cd3e668e3e2090f
tree89522d504ac20ee31953b470b63c51f8b527d796
parentecac839f68791788d1d5a88fe8eb4d007c8f6fbd
Fixed calculation of scale min and max when dataset contains no values (#4064)

* Fixed different calculation of scale min and max when dataset contains no values
* Removed trailing spaces
* Added test for correct min/max calculation
* Removed trailing spaces
src/scales/scale.linearbase.js
test/specs/scale.linear.tests.js