]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Draw the rightmost grid line when offsetGridLines is true (#6326)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Thu, 18 Jul 2019 22:25:33 +0000 (00:25 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Thu, 18 Jul 2019 22:25:33 +0000 (18:25 -0400)
commit626d8cc7140a3ccd9efdd692ff12dcaadaf465c1
tree8badba950a7aa44165f5e686a002d9f4cd65cdd3
parent28fdffbeb96b6e32331932cc9081577d670b4c5b
Draw the rightmost grid line when offsetGridLines is true (#6326)

* Draw the rightmost grid line when offsetGridLines is true

* Refactor based on feedback

* Replace helpers.each with for loop

* Minor refactoring

* Refactor _computeItemsToDraw
src/core/core.scale.js
src/scales/scale.radialLinear.js
test/specs/core.scale.tests.js
test/specs/scale.category.tests.js
test/specs/scale.linear.tests.js
test/specs/scale.logarithmic.tests.js
test/specs/scale.radialLinear.tests.js
test/specs/scale.time.tests.js