]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Logarithmic: handle null/NaN values (#8793)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sat, 3 Apr 2021 12:01:48 +0000 (15:01 +0300)
committerGitHub <noreply@github.com>
Sat, 3 Apr 2021 12:01:48 +0000 (08:01 -0400)
commitbd1df1bc34b19e3f5e601f47a83b31c16a7f1030
treef8272c3f3d24979037302a4d00fa185be435c672
parent6f6b1b2d1774e6050c169421de72e320b68978f1
Logarithmic: handle null/NaN values (#8793)
src/scales/scale.logarithmic.js
test/fixtures/scale.logarithmic/null-values.js [new file with mode: 0644]
test/fixtures/scale.logarithmic/null-values.png [new file with mode: 0644]
test/specs/scale.logarithmic.tests.js