]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix axis line width when option is an array (#5751)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 18 Nov 2018 08:45:41 +0000 (03:45 -0500)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 18 Nov 2018 08:45:41 +0000 (09:45 +0100)
commitf6d9a39cb8e8661e1d6a733d4b77fb3f3238935a
tree1c5ef4cef367a5f95725c038fcef023e4721b0a6
parentab06831f691d5a6520dd069b746d072dfc0c11a2
Fix axis line width when option is an array (#5751)

When the axis lineWidth setting is set to an array, use the first item when determining the size of the axis area.
src/core/core.scale.js