]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enable bounds option to all cartesian axes (#8060)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 16 Nov 2020 20:01:47 +0000 (22:01 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Nov 2020 20:01:47 +0000 (15:01 -0500)
commita35dade663fd9c17eb9b367fe8a5cd7c12efde12
treee4a0273e2ec3087c94b0c32535b98b3523dc54bc
parent0c515c0e67bb7cb6d95911b4a19d2fb405661e14
Enable bounds option to all cartesian axes (#8060)
src/core/core.scale.js
src/scales/scale.category.js
src/scales/scale.linearbase.js
src/scales/scale.logarithmic.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.logarithmic.tests.js